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

WordPress theme

I'd like to change my theme's name, for example: Thesis_v2.0 to something anything I wanted. What are the files that I need to update as my installation of WordPress does not work if I do change my theme's parent theme?

1 Answer

Gautam Thapar
Gautam Thapar
5,265 Points

Theme name comes from style.css.

/*

Theme Name: Your Theme Name

Theme URI: http://example.com/

Description: Child theme for the Parent theme

Author: Your name here

Author URI: http://example.com/about/

Template: Parent Theme

Version: 1.0

*/

For detailed information refer to these links - http://codex.wordpress.org/Theme_Development http://codex.wordpress.org/Child_Themes