- Timestamp:
- 10/15/2013 11:23:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-gallery.php
r25769 r25802 26 26 27 27 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 28 <?php if ( is_single() && $image ) : ?>29 <div class=" attachment-featured-thumbnail">28 <?php if ( is_single() && $image ) : ?> 29 <div class="featured-thumbnail"> 30 30 <?php echo wp_get_attachment_image( $image, 'featured-thumbnail-large' ); ?> 31 31 </div> 32 32 <?php elseif ( $image ) : ?> 33 <a class=" attachment-featured-thumbnail" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>">33 <a class="featured-thumbnail" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>"> 34 34 <?php echo wp_get_attachment_image( $image, 'featured-thumbnail-large' ); ?> 35 35 </a>
Note: See TracChangeset
for help on using the changeset viewer.