equal
deleted
inserted
replaced
17 get_header(); ?> |
17 get_header(); ?> |
18 |
18 |
19 <div id="primary" class="site-content"> |
19 <div id="primary" class="site-content"> |
20 <div id="content" role="main"> |
20 <div id="content" role="main"> |
21 |
21 |
22 <?php while ( have_posts() ) : the_post(); ?> |
22 <?php |
|
23 while ( have_posts() ) : |
|
24 the_post(); |
|
25 ?> |
23 <?php get_template_part( 'content', 'page' ); ?> |
26 <?php get_template_part( 'content', 'page' ); ?> |
24 <?php comments_template( '', true ); ?> |
27 <?php comments_template( '', true ); ?> |
25 <?php endwhile; // end of the loop. ?> |
28 <?php endwhile; // end of the loop. ?> |
26 |
29 |
27 </div><!-- #content --> |
30 </div><!-- #content --> |