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 trialDon Shipley
19,488 PointsTest question Write out the function and parameter needed to enable featured images in a WordPress theme:
Question:
Write out the function and parameter needed to enable featured images in a WordPress theme:
Answer:
add_theme_support ( 'post-thumbnails');
Incorrect
8 Answers
Sue Dough
35,800 PointsThis is what I consider a bug. This is the exact code you would use in production yet it doesn't work. The answer should be fine however its not allowing it to pass with the semi-colon at the end. You need to use this to pass.
add_theme_support( 'post-thumbnails' )
Yo treehouse staff - This bug was addressed a year ago and is still not fixed. Please fix.
Tiffany McAllister
25,806 PointsStill not fixed.
RJ Mey
3,034 PointsI'm having the same problem with this question. It's driving me crazy!
Harry Rodger
13,893 PointsStill not fixed!
Jessica DiPonziano
Full Stack JavaScript Techdegree Student 20,782 PointsStill not fixed...I can't complete the quiz! Driving me nuts I was like this is definitely correct!
Nicolas Blanco Mattos
Courses Plus Student 2,545 PointsZac Gordon this problem is still not solved...
Tamur Farrokhnia
27,197 Pointsand still isn't!
Morne Wilken
23,382 PointsSeems like its fixed.