wp/wp-content/themes/twentythirteen/taxonomy-post_format.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 10 372f2766ea20
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    22 			<header class="archive-header">
    22 			<header class="archive-header">
    23 				<h1 class="archive-title"><?php printf( __( '%s Archives', 'twentythirteen' ), '<span>' . esc_html( get_post_format_string( get_post_format() ) ) . '</span>' ); ?></h1>
    23 				<h1 class="archive-title"><?php printf( __( '%s Archives', 'twentythirteen' ), '<span>' . esc_html( get_post_format_string( get_post_format() ) ) . '</span>' ); ?></h1>
    24 			</header><!-- .archive-header -->
    24 			</header><!-- .archive-header -->
    25 
    25 
    26 			<?php /* The loop */ ?>
    26 			<?php /* The loop */ ?>
    27 			<?php while ( have_posts() ) : the_post(); ?>
    27 			<?php
       
    28 			while ( have_posts() ) :
       
    29 				the_post();
       
    30 ?>
    28 				<?php get_template_part( 'content', get_post_format() ); ?>
    31 				<?php get_template_part( 'content', get_post_format() ); ?>
    29 			<?php endwhile; ?>
    32 			<?php endwhile; ?>
    30 
    33 
    31 			<?php twentythirteen_paging_nav(); ?>
    34 			<?php twentythirteen_paging_nav(); ?>
    32 
    35