Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJunaid Ahmed
2,163 Pointsfeatured image section is not appeared on wordpress admin
i cannot see featured image section on wordpress admin even after adding add_theme_support('post-thumbnails'); function in functions.php..any help please
3 Answers
Junaid Ahmed
2,163 Pointsthanks jason for your reply...problem has been solved.I didn't check off the featured image in custom post type UI plugin
Jason Narciso
4,763 PointsWhen logged in to the WordPress admin and editing a page, do you see Featured Image checked off under Screen Options (at very top of page, right hand side)?
If so, can you include your functions.php code here for any potential debugging?
Andrew Losik
3,808 PointsThis worked for me (Checking 'featured image' in custom post type UI), it's an easy one to miss apparently ...