wp/wp-content/themes/twentythirteen/category.php
changeset 10 372f2766ea20
parent 7 cf61fcea0001
equal deleted inserted replaced
9:177826044cd9 10:372f2766ea20
     1 <?php
     1 <?php
     2 /**
     2 /**
     3  * The template for displaying Category pages
     3  * The template for displaying Category pages
     4  *
     4  *
     5  * @link https://codex.wordpress.org/Template_Hierarchy
     5  * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
     6  *
     6  *
     7  * @package WordPress
     7  * @package WordPress
     8  * @subpackage Twenty_Thirteen
     8  * @subpackage Twenty_Thirteen
     9  * @since Twenty Thirteen 1.0
     9  * @since Twenty Thirteen 1.0
    10  */
    10  */
    25 
    25 
    26 			<?php /* The loop */ ?>
    26 			<?php /* The loop */ ?>
    27 			<?php
    27 			<?php
    28 			while ( have_posts() ) :
    28 			while ( have_posts() ) :
    29 				the_post();
    29 				the_post();
    30 ?>
    30 				?>
    31 				<?php get_template_part( 'content', get_post_format() ); ?>
    31 				<?php get_template_part( 'content', get_post_format() ); ?>
    32 			<?php endwhile; ?>
    32 			<?php endwhile; ?>
    33 
    33 
    34 			<?php twentythirteen_paging_nav(); ?>
    34 			<?php twentythirteen_paging_nav(); ?>
    35 
    35