コード例 #1
0
ファイル: footer.php プロジェクト: Aliot26/WP
?>
		<div class="spacer-10"></div>
		<?php 
wp_nav_menu(array('container' => 'nav', 'container_class' => 'footernav', 'theme_location' => 'footer', 'fallback_cb' => false, 'depth' => 1));
?>
		<div class="credit">
			<?php 
if (isset($ap_options['footer']) && $ap_options['footer'] != '') {
    echo wp_kses_post(stripcslashes($ap_options['footer']));
} else {
    echo wp_kses_post($ap_defaults['footer']);
}
?>
		</div>
		<?php 
tha_footer_bottom();
?>
	</footer>
	<?php 
tha_footer_after();
?>

</div><!-- closes .container -->

<?php 
tha_body_bottom();
wp_footer();
?>
</body>
</html>
コード例 #2
0
ファイル: hooks.php プロジェクト: TwoBeers/fastfood
function fastfood_hook_footer_after()
{
    do_action('fastfood_hook_footer_after');
    tha_footer_after();
}
コード例 #3
0
ファイル: hooks.php プロジェクト: TwoBeers/wallow
function wallow_hook_footer_after()
{
    do_action('wallow_hook_footer_after');
    tha_footer_after();
}
コード例 #4
0
/**
 * Highwind after footer wrapper action
 * @since 1.0
 */
function highwind_footer_after()
{
    do_action('highwind_footer_after');
    tha_footer_after();
}
コード例 #5
0
ファイル: hooks.php プロジェクト: dtekcth/datateknologer.se
/**
 * Just after closing </div><!-- end of #footer -->
 *
 * @see footer.php
 */
function responsive_footer_after()
{
    do_action('responsive_footer_after');
    tha_footer_after();
}
コード例 #6
0
ファイル: hooks.php プロジェクト: TwoBeers/shiword
function shiword_hook_footer_after()
{
    do_action('shiword_hook_footer_after');
    tha_footer_after();
}