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

Local Server error message

Hi, I am watching build custom wordpress theme class. I uploaded worpress to my local server and created wp-content/themes/wpportfolio folder. Also all the necessary php files. After creating get_footer() and get_header() inside index.php i cut and paste content to front-page.php. I refreshed front-page.php and i have server error massage.

I am working in mac using chrome browser.

What could be the reason?

2 Answers

what's the error? did you check for missing ; or <?php

Yea i found my own error, It was silly mistake. Extra space between <? php

Thank you

Yes that usually happens to me all the time when I forget the semicolon :) What are you developing?

Just some custom themes for my portfolio. But did not progress much