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 How to Make a Website with WordPress Customizing WordPress Themes How to Make Child Themes

Tyler Bain
Tyler Bain
1,788 Points

How do I get my own screenshot of my theme to appear under "appearance"?otherwise the child theme is working.

can't see the screen shot png file I placed next to the style.css in the child theme folder.

2 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

I believe it needs to be a certain size (I.e. Dimensions.800 by 600 pixels) and make sure the file is inside your parent theme folder.

Tyler Bain
Tyler Bain
1,788 Points

Perfect, thank you!

Marissa Richardson
Marissa Richardson
47,542 Points

To have a screenshot for your child theme, you must have a file called Screenshot.png. Include this file in the same place as your child theme's style.css.

Tyler Bain
Tyler Bain
1,788 Points

so when I took my own screen shot of a theme called Point and copied screenshot.png into the child Point child folder it didn't work, although when I copied Zach's screenshot into child twentythirteen folder it worked just fine. Thanks for your help Marissa.