Example #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();
Example #2
0
function fastfood_hook_sidebar_bottom($location = 'every')
{
    do_action('fastfood_hook_' . $location . '_sidebar_bottom');
    do_action('fastfood_hook_sidebar_bottom');
    tha_sidebar_bottom();
}
Example #3
0
function wallow_hook_sidebar_bottom($location = 'undefined')
{
    do_action('wallow_hook_' . $location . '_sidebar_bottom');
    do_action('wallow_hook_sidebar_bottom');
    tha_sidebar_bottom();
}
Example #4
0
/**
 * Highwind sidebar bottom
 * @since 1.0
 */
function highwind_sidebar_bottom()
{
    do_action('highwind_sidebar_bottom');
    tha_sidebar_bottom();
}
Example #5
0
/**
 * Just before closing </div><!-- end of #widgets -->
 *
 * @see sidebar.php
 */
function responsive_widgets_end()
{
    do_action('responsive_widgets_end');
    tha_sidebar_bottom();
}
Example #6
0
function shiword_hook_sidebar_bottom($location = 'undefined')
{
    do_action('shiword_hook_' . $location . '_sidebar_bottom');
    do_action('shiword_hook_sidebar_bottom');
    tha_sidebar_bottom();
}