Changeset 8753 for sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts/content.php
- Timestamp:
- 05/08/2019 08:52:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts/content.php
r8748 r8753 15 15 <header class="entry-header"> 16 16 <?php 17 18 if ( has_post_thumbnail() ) : ?>19 <div class="entry-image">20 <?php the_post_thumbnail(); ?>21 </div>22 <?php endif;23 17 24 18 if ( is_single() ) {
Note: See TracChangeset
for help on using the changeset viewer.