equal
deleted
inserted
replaced
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 |