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 Custom Post Types and Fields in WordPress Custom Post Type Templates

Tyler Halstead
Tyler Halstead
9,145 Points

How do the templates change when using a different theme from twentythirteen?

I'd like to modify a different theme instead of twenty thirteen. Does this mean I will have to use the page.php, single.php and content.php files from the new theme and then add in the WP_query loop and other necessary code? Or can I still use the files from the course downloads?

David Csere
David Csere
28,874 Points

You should use the new theme's files. Never mix up the core files of two or more different theme.