Make WordPress Core


Ignore:
Timestamp:
10/08/2013 09:21:19 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: allow pages to have featured images, props iamtakashi. Fixes #25325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/content-video.php

    r25088 r25735  
    99
    1010<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
     11    <?php twentyfourteen_featured_thumbnail(); ?>
     12
    1113    <header class="entry-header">
    1214        <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.