- Timestamp:
- 03/28/2013 07:02:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-image.php
r23836 r23839 10 10 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 <div class="entry-media"> 13 <?php the_image( 'twentythirteen-image-post-format' ); ?> 14 </div><!-- .entry-media --> 15 12 16 <header class="entry-header"> 13 <div class="entry-media">14 <?php the_image(); ?>15 </div>16 17 17 <?php if ( is_single() ) : ?> 18 18 <h1 class="entry-title"><?php the_title(); ?></h1>
Note: See TracChangeset
for help on using the changeset viewer.