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

Level 4: Preparing to Code WP : Video Add Titles and Metatags

I have installed WP sucessfully from Level 1. And, in the video it show a page loaded from the web browser, I tried to open index.php and this does not work in a web browser from the files: wp-theme-development-stage-04, I have successfully added the code. I do not get the same rendered page in this video. Any help would be appreciated. How do I tie the lessons together in a dependent sequence along with the training? I have tried to pull this folder into the MAMP htdocs folder.

1 Answer

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Hi,

Inside of the "wp-theme-development-stage-04" folder you will find wp-content -> themes -> wpportfolio.

If you're following along properly, you should also have the same folder structure. Only the code from inside of the "wpportfolio" folder is what you want.

Also, you should use this as a reference while coding, not directly copy and paste the content. This way you get the practice of actually coding the site and not just copying and pasting the code.

Hope this helps!