Exemplo n.º 1
0
        ?>

					<?php 
        /* Include the Post-Format-specific template for the content.
         * If you want to overload this in a child theme then include a file
         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
         */
        get_template_part('content', get_post_format());
        ?>

				<?php 
    }
    ?>

				<?php 
    shape_content_nav('nav-below');
    ?>

			<?php 
} else {
    ?>

				<?php 
    get_template_part('no-results', 'index');
    ?>

			<?php 
}
?>

			</div><!-- #content .site-content -->
Exemplo n.º 2
0
        <section id="primary" class="content-area">
            <div id="content" class="site-content" role="main">

            <?php 
if (have_posts()) {
    ?>

                <header class="page-header">
                    <h1 class="page-title"><?php 
    printf(__('Search Results for: %s', 'softvictoria'), '<span>' . get_search_query() . '</span>');
    ?>
</h1>
                </header><!-- .page-header -->

                <?php 
    shape_content_nav('nav-above');
    ?>

                <?php 
    /* Start the Loop */
    ?>
                <?php 
    while (have_posts()) {
        the_post();
        ?>

                    <?php 
        get_template_part('content', 'search');
        ?>

                <?php