예제 #1
0
		<aside id="meta" class="widget">
			<h1 class="widget-title"><?php 
    _e('Meta', 'wolf');
    ?>
</h1>
			<ul>
				<?php 
    wp_register();
    ?>
				<li><?php 
    wp_loginout();
    ?>
</li>
				<?php 
    wp_meta();
    ?>
			</ul>
		</aside>

	<?php 
}
// end sidebar widget area
?>
	<?php 
tha_sidebar_bottom();
?>
</div><!-- #secondary -->

<?php 
tha_sidebars_after();
예제 #2
0
파일: hooks.php 프로젝트: TwoBeers/fastfood
function fastfood_hook_sidebars_after($location = 'every')
{
    do_action('fastfood_hook_' . $location . '_sidebar_after');
    do_action('fastfood_hook_sidebars_after');
    tha_sidebars_after();
}
예제 #3
0
파일: hooks.php 프로젝트: TwoBeers/wallow
function wallow_hook_sidebars_after($location = 'undefined')
{
    do_action('wallow_hook_' . $location . '_sidebar_after');
    do_action('wallow_hook_sidebars_after');
    tha_sidebars_after();
}
예제 #4
0
/**
 * Highwind after sidebar wrapper action
 * @since 1.0
 */
function highwind_sidebar_after()
{
    do_action('highwind_sidebar_after');
    tha_sidebars_after();
}
예제 #5
0
/**
 * Just after closing </div><!-- end of #widgets -->
 *
 * @see sidebar.php
 */
function responsive_widgets_after()
{
    do_action('responsive_widgets_after');
    tha_sidebars_after();
}
예제 #6
0
파일: hooks.php 프로젝트: TwoBeers/shiword
function shiword_hook_sidebars_after($location = 'undefined')
{
    do_action('shiword_hook_' . $location . '_sidebar_after');
    do_action('shiword_hook_sidebars_after');
    tha_sidebars_after();
}