- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/content-page.php
r42343 r43571 12 12 <header class="entry-header"> 13 13 <?php if ( ! is_page_template( 'page-templates/front-page.php' ) ) : ?> 14 <?php the_post_thumbnail(); ?>14 <?php the_post_thumbnail(); ?> 15 15 <?php endif; ?> 16 16 <h1 class="entry-title"><?php the_title(); ?></h1> … … 26 26 ) 27 27 ); 28 ?>28 ?> 29 29 </div><!-- .entry-content --> 30 30 <footer class="entry-meta">
Note: See TracChangeset
for help on using the changeset viewer.