Changeset 23561
- Timestamp:
- 03/01/2013 04:50:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/content-page.php
r23471 r23561 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 12 <header class="entry-header"> 13 <?php if ( ! is_page_template( 'page-templates/front-page.php' ) ) : ?> 13 14 <?php the_post_thumbnail(); ?> 15 <?php endif; ?> 14 16 <h1 class="entry-title"><?php the_title(); ?></h1> 15 17 </header>
Note: See TracChangeset
for help on using the changeset viewer.