Example #1
0
function fastfood_hook_content_top()
{
    tha_content_top();
    do_action('fastfood_hook_content_top');
}
Example #2
0

	<?php 
tha_header_after();
?>

	<?php 
if (!is_page_template('page_front-page.php') || 'posts' == get_option('show_on_front')) {
    ?>
		<?php 
    $container = "container";
    ?>
	<?php 
} else {
    ?>
		<?php 
    $container = "";
    ?>
	<?php 
}
?>
	<?php 
tha_content_before();
?>
	<div id="content" class="site-content clearfix <?php 
echo $container;
?>
">
		<?php 
tha_content_top();
Example #3
0
function wallow_hook_content_top()
{
    tha_content_top();
    do_action('wallow_hook_content_top');
}
Example #4
0
/**
 * Highwind before content action
 * @since 1.0
 */
function highwind_content_top()
{
    do_action('highwind_content_top');
    tha_content_top();
}
Example #5
0
/**
 * Just after opening <div id="wrapper">
 *
 * @see header.php
 */
function responsive_wrapper_top()
{
    do_action('responsive_wrapper_top');
    tha_content_top();
}
Example #6
0
<?php

get_header(); ?>

<section id="primary" class="span8">
	
	<?php tha_content_before(); ?>
	<div id="content" role="main">
		<?php tha_content_top();
		
		if ( have_posts() ) : ?>

			<header class="page-header">
				<h1 class="page-title"><?php
					printf( __( 'Tag Archives: %s', 'the-bootstrap' ), '<span>' . single_tag_title( '', false ) . '</span>' );
				?></h1>
	
				<?php if ( $tag_description = tag_description() ) {
					echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' . $tag_description . '</div>' );
				} ?>
			</header><!-- .page-header -->
	
			<?php
			while ( have_posts() ) {
				the_post();
				get_template_part( '/partials/content', get_post_format() );
			}
			the_bootstrap_content_nav();
		else :
			get_template_part( '/partials/content', 'not-found' );
		endif;
Example #7
0
function shiword_hook_content_top()
{
    tha_content_top();
    do_action('shiword_hook_content_top');
}