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 trialCorey Lyons
24,684 PointsFrom Bootstrap to Wordpress Template Part 2 Quiz question
This one is getting me too: Write out the function and parameter needed to enable featured images in a WordPress theme:
1 Answer
Rich Bagley
25,869 PointsHi Corey,
Try:
add_theme_support('post-thumbnails')
You can find more info on the Codex Post Thumbnails page.
Hope that helps :)
-Rich
Corey Lyons
24,684 PointsCorey Lyons
24,684 PointsThanks for clearing that up! I was using that but it may have been my spacing for the parameter or putting a semicolon at the end that messed me up.
Rich Bagley
25,869 PointsRich Bagley
25,869 PointsNo problem, I had the same problem with the semicolon originally.
-Rich