- Timestamp:
- 11/08/2013 05:30:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r25979 r26047 14 14 if ( has_post_thumbnail() ) : 15 15 if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) 16 the_post_thumbnail( 'post-thumbnail -grid' );16 the_post_thumbnail( 'post-thumbnail' ); 17 17 else 18 the_post_thumbnail( 'post-thumbnail- slider' );18 the_post_thumbnail( 'post-thumbnail-full-width' ); 19 19 endif; 20 20 ?> … … 22 22 23 23 <header class="entry-header"> 24 <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>24 <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?> 25 25 <div class="entry-meta"> 26 26 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.