- Timestamp:
- 10/28/2013 05:57:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r25804 r25971 13 13 <?php 14 14 if ( has_post_thumbnail() ) : 15 the_post_thumbnail( ' featured-thumbnail-featured' );15 the_post_thumbnail( 'post-thumbnail-grid' ); 16 16 17 17 else : … … 27 27 if ( $images ) : 28 28 $image = array_shift( $images ); 29 echo wp_get_attachment_image( $image->ID, ' featured-thumbnail-featured' );29 echo wp_get_attachment_image( $image->ID, 'post-thumbnail-grid' ); 30 30 endif; 31 31 endif;
Note: See TracChangeset
for help on using the changeset viewer.