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