コード例 #1
0
ファイル: footer.php プロジェクト: Aliot26/WP
	<?php 
$ap_options = get_option('ap_core_theme_options');
$ap_defaults = ap_core_get_theme_defaults();
?>

	</div>

	<?php 
tha_footer_before();
?>
	<footer class="row">
		<?php 
tha_footer_top();
?>
		<?php 
if (is_active_sidebar('left-footer-box')) {
    ?>
			<div class="col-sm-4" id="leftbox">
				<ul>
					<?php 
    dynamic_sidebar('left-footer-box');
    ?>
				</ul>
			</div>
		<?php 
}
?>
		<?php 
if (is_active_sidebar('center-footer-box')) {
    ?>
			<div class="col-sm-4" id="middlebox">
コード例 #2
0
ファイル: hooks.php プロジェクト: TwoBeers/fastfood
function fastfood_hook_footer_top()
{
    tha_footer_top();
    do_action('fastfood_hook_footer_top');
}
コード例 #3
0
ファイル: hooks.php プロジェクト: TwoBeers/wallow
function wallow_hook_footer_top()
{
    tha_footer_top();
    do_action('wallow_hook_footer_top');
}
コード例 #4
0
/**
 * Highwind footer action
 * @since 1.0
 */
function highwind_footer()
{
    tha_footer_top();
    do_action('highwind_footer');
    tha_footer_bottom();
}
コード例 #5
0
ファイル: hooks.php プロジェクト: dtekcth/datateknologer.se
/**
 * Just after opening <div id="footer">
 *
 * @see footer.php
 */
function responsive_footer_top()
{
    do_action('responsive_footer_top');
    tha_footer_top();
}
コード例 #6
0
ファイル: hooks.php プロジェクト: TwoBeers/shiword
function shiword_hook_footer_top()
{
    tha_footer_top();
    do_action('shiword_hook_footer_top');
}