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 Build a WordPress Theme - downloading exercise files

For each chapter of the course I'm downloading the exercise files, but I'm not sure where to put them. For chapter 4 I copied the entire unzipped WP installation into the allisongrayce.com root folder, but now things aren't behaving quite right. The php files are correct, but I'm getting 404s on all but the home page. How and where do I place the exercise files for each chapter? Thanks.

2 Answers

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Hi! These files are meant for reference so that as you code along with the videos you can check to see if your code is correct or copy and paste certain segments. This code isn't really meant to just be drag and dropped into your site.

However, to find the theme files go to wp-content > themes > wpportfolio

Thanks for your personal reply Zac. I'm enjoying the class a lot.