equal
deleted
inserted
replaced
17 <header class="page-header"> |
17 <header class="page-header"> |
18 <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentythirteen' ), get_search_query() ); ?></h1> |
18 <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentythirteen' ), get_search_query() ); ?></h1> |
19 </header> |
19 </header> |
20 |
20 |
21 <?php /* The loop */ ?> |
21 <?php /* The loop */ ?> |
22 <?php while ( have_posts() ) : the_post(); ?> |
22 <?php |
|
23 while ( have_posts() ) : |
|
24 the_post(); |
|
25 ?> |
23 <?php get_template_part( 'content', get_post_format() ); ?> |
26 <?php get_template_part( 'content', get_post_format() ); ?> |
24 <?php endwhile; ?> |
27 <?php endwhile; ?> |
25 |
28 |
26 <?php twentythirteen_paging_nav(); ?> |
29 <?php twentythirteen_paging_nav(); ?> |
27 |
30 |