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 if ( has_post_thumbnail() ) : ?> |
24 <?php if ( has_post_thumbnail() ) : ?> |
22 <div class="entry-page-image"> |
25 <div class="entry-page-image"> |
23 <?php the_post_thumbnail(); ?> |
26 <?php the_post_thumbnail(); ?> |
24 </div><!-- .entry-page-image --> |
27 </div><!-- .entry-page-image --> |
25 <?php endif; ?> |
28 <?php endif; ?> |