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 trial

WordPress From Bootstrap to WordPress Create Bootstrap Styled Theme Templates From Bootstrap to WordPress Template: Part 2

Corey Lyons
Corey Lyons
24,684 Points

From 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

Hi Corey,

Try:

add_theme_support('post-thumbnails')

You can find more info on the Codex Post Thumbnails page.

Hope that helps :)

-Rich

Corey Lyons
Corey Lyons
24,684 Points

Thanks 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.

No problem, I had the same problem with the semicolon originally.

-Rich