コード例 #1
0
		<!-- Footer -->
		<footer id="footer">

			<?php 
sds_footer_sidebar();
?>

			<section class="copyright-area <?php 
echo is_active_sidebar('copyright-area-sidebar') ? 'widgets' : 'no-widgets';
?>
">
				<?php 
sds_copyright_area_sidebar();
?>
			</section>

			<section class="copyright">
				<p class="copyright-message">
					<?php 
sds_copyright('Simple Shop');
?>
				</p>
			</section>
		</footer>

	<?php 
wp_footer();
?>
	</body>
</html>
コード例 #2
0
ファイル: footer.php プロジェクト: sdsweb/baton
?>
">
					<?php 
sds_copyright_area_sidebar();
?>
				</aside>
				<!-- End Copyright Area Sidebar -->

				<!-- Copyright Wrap -->
				<div class="copyright-wrap baton-flex baton-flex-2-columns baton-flex-copyright">
					<!-- Copyright -->
					<div class="copyright baton-col baton-col-copyright">
						<!-- Copyright Message -->
						<p class="copyright-message">
							<?php 
sds_copyright(__('Baton', 'baton'));
?>
						</p>
						<!-- End Copyright Message -->

						<!-- Footer Navigation -->
						<nav class="footer-nav">
							<?php 
// Footer Navigation Area
if (has_nav_menu('footer_nav')) {
    wp_nav_menu(array('theme_location' => 'footer_nav', 'container' => false, 'menu_class' => 'footer-nav menu', 'menu_id' => 'footer-nav'));
}
?>
						</nav>
						<!-- End Footer Navigation -->
					</div>
コード例 #3
0
ファイル: footer.php プロジェクト: ITJ-RSA/Epic-Theme
?>
				</section>
			</section>

			<nav>
				<?php 
// Footer Navigation Area
if (has_nav_menu('footer_nav')) {
    wp_nav_menu(array('theme_location' => 'footer_nav', 'container' => false, 'menu_class' => 'footer-nav menu', 'menu_id' => 'footer-nav'));
}
?>
			</nav>

			<section class="copyright-area">
				<?php 
sds_copyright_area_sidebar();
?>
			</section>

			<p class="copyright">
				<?php 
sds_copyright('Epic');
?>
			</p>
		</footer>

		<?php 
wp_footer();
?>
	</body>
</html>
コード例 #4
0
ファイル: footer.php プロジェクト: se7ven214/Kungfuphp.local
				<section class="clear"></section>

				<section class="copyright-area <?php 
echo is_active_sidebar('copyright-area-sidebar') ? 'widgets' : 'no-widgets';
?>
">
					<?php 
sds_copyright_area_sidebar();
?>
				</section>
			</div>

			<section class="copyright">
				<div class="in">
					<?php 
sds_copyright('Modern Estate');
?>
				</div>
			</section>

			<?php 
tha_footer_bottom();
?>
		</footer>
		<?php 
tha_footer_after();
?>

		<?php 
tha_body_bottom();
?>
コード例 #5
0
?>
				</section>
			</section>

			<nav>
				<?php 
// Footer Navigation Area
if (has_nav_menu('footer_nav')) {
    wp_nav_menu(array('theme_location' => 'footer_nav', 'container' => false, 'menu_class' => 'footer-nav menu', 'menu_id' => 'footer-nav'));
}
?>
			</nav>

			<section class="copyright-area">
				<?php 
sds_copyright_area_sidebar();
?>
			</section>

			<p class="copyright">
				<?php 
sds_copyright('Minimize');
?>
			</p>
		</footer>

		<?php 
wp_footer();
?>
	</body>
</html>