Пример #1
0
"><h4><?php 
        the_title();
        ?>
</h4></a>
        <?php 
        the_content('Continue Reading...');
        ?>
        <a href="<?php 
        echo get_permalink();
        ?>
"class="label label-info pull-right"><i class="icon-comment icon-white"></i></a>
      </div>
    </article>
<?php 
    }
    ?>
  <?php 
    the_bootstrap_content_nav('nav-below');
} else {
    ?>
  <p><?php 
    _e('Sorry, no posts matched your criteria.');
    ?>
</p>
<?php 
}
?>
  </div>

<?php 
get_footer();
Пример #2
0
			<h1 class="page-title"><?php 
    printf(__('Category Archives: %s', 'the-bootstrap'), '<span>' . single_cat_title('', false) . '</span>');
    ?>
</h1>

			<?php 
    if ($category_description = category_description()) {
        echo apply_filters('category_archive_meta', '<div class="category-archive-meta">' . $category_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');
}
?>

	</div><!-- #content -->
</section><!-- #primary -->

<?php 
get_sidebar();
get_footer();
/* End of file index.php */
/* Location: ./wp-content/themes/the-bootstrap/category.php */