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 Customizing WordPress Theme Files

Farid Lavizadeh
Farid Lavizadeh
12,006 Points

How does the child theme in the new folder point to the parent folder?

How does child theme know which theme folder to follow?

1 Answer

Sean May
Sean May
9,145 Points

It seems strange that this would have any effect on the CSS seeing the file correctly, I would think that the whole thing would work because of the @import statement, which climbs up one level in the directory and finds the style.css in the twentythirteen folder.

But, if the WP Codex says you have to list the template name, maybe it does change something.