- Timestamp:
- 12/03/2013 05:05:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r26260 r26556 12 12 <a class="post-thumbnail" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>"> 13 13 <?php 14 // Output the featured image. 14 15 if ( has_post_thumbnail() ) : 15 16 if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.