Changeset 23460
- Timestamp:
- 02/20/2013 04:32:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/page.php
r23452 r23460 21 21 22 22 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 23 <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?> 24 <div class="entry-thumbnail"> 25 <?php the_post_thumbnail(); ?> 26 </div> 27 <?php endif; ?> 23 <header class="entry-header"> 24 <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?> 25 <div class="entry-thumbnail"> 26 <?php the_post_thumbnail(); ?> 27 </div> 28 <?php endif; ?> 28 29 29 <header class="entry-header">30 30 <h1 class="entry-title"><?php the_title(); ?></h1> 31 </header> 31 </header><!-- .entry-header --> 32 32 33 33 <div class="entry-content">
Note: See TracChangeset
for help on using the changeset viewer.