Changeset 26556 for trunk/src/wp-content/themes/twentyfourteen/image.php
- Timestamp:
- 12/03/2013 05:05:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/image.php
r26227 r26556 8 8 */ 9 9 10 // Retrieve attachment metadata. 10 11 $metadata = wp_get_attachment_metadata(); 11 12 … … 16 17 <div id="content" class="site-content" role="main"> 17 18 18 <?php while ( have_posts() ) : the_post(); ?> 19 19 <?php 20 // Start the Loop. 21 while ( have_posts() ) : the_post(); 22 ?> 20 23 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 21 24 <header class="entry-header">
Note: See TracChangeset
for help on using the changeset viewer.