- Timestamp:
- 11/14/2013 04:49:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r26047 r26152 14 14 if ( has_post_thumbnail() ) : 15 15 if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) 16 the_post_thumbnail( 'post-thumbnail');16 the_post_thumbnail(); 17 17 else 18 the_post_thumbnail( ' post-thumbnail-full-width' );18 the_post_thumbnail( 'twentyfourteen-full-width' ); 19 19 endif; 20 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.