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

PHP How to Build a WordPress Theme WordPress Theme Templates Activating a Custom Theme

how do you get the them we have just started up into the admin area.

i feel like there is a step missing here. i am working of the original wp-development files. ???

1 Answer

Create a style.css file and add comments with meta data for your theme.

You have your theme folder in the theme directory of wp-content right?

This is gone over in this video.

http://teamtreehouse.com/library/how-to-build-a-wordpress-theme/wordpress-theme-templates/the-main-stylesheet-2

Also Check the theme style sheet section documentation for creating the style sheet header info. I believe that WP pulls info from this commented header and may be required !

http://codex.wordpress.org/Theme_Development

"The comment header lines in style.css are required for WordPress to be able to identify the Theme and display it in the Administration Panel under Design > Themes as an available Theme option along with any other installed Themes." -WP documentation