[wp-trac] [WordPress Trac] #22943: Twenty Twelve theme reporting featured images can be used on pages
WordPress Trac
noreply at wordpress.org
Fri Dec 14 17:36:14 UTC 2012
#22943: Twenty Twelve theme reporting featured images can be used on pages
-----------------------------+---------------------------
Reporter: tomontoast | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Bundled Theme
Version: 3.5 | Severity: minor
Keywords: has-patch |
-----------------------------+---------------------------
Twenty Twelve theme is reporting featured images can be used on pages
which is not the case. Users can add featured images to pages but these
don't show up in the theme as the user would expect.
See support thread http://wordpress.org/support/topic/2012-featured-image-
not-showing-in-body-of-page-or-post?replies=17
The patch is a simple change in the functions file from
{{{
add_theme_support( 'post-thumbnails' );
}}}
to
{{{
add_theme_support( 'post-thumbnails', array( 'post' ) );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22943>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list