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