Changeset 36136 for trunk/src/wp-content/themes/twentythirteen/image.php
- Timestamp:
- 12/31/2015 11:38:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/image.php
r32116 r36136 14 14 <div id="primary" class="content-area"> 15 15 <div id="content" class="site-content" role="main"> 16 17 <?php 18 // Start the Loop. 19 while ( have_posts() ) : the_post(); 20 ?> 21 16 22 <article id="post-<?php the_ID(); ?>" <?php post_class( 'image-attachment' ); ?>> 17 23 <header class="entry-header"> … … 77 83 <?php comments_template(); ?> 78 84 85 <?php endwhile; // End the loop. ?> 86 79 87 </div><!-- #content --> 80 88 </div><!-- #primary -->
Note: See TracChangeset
for help on using the changeset viewer.