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 WordPress Theme Development WordPress Header and Footer Templates The header.php and footer.php Files

Errol Heywood
PLUS
Errol Heywood
Courses Plus Student 2,078 Points

After going through the steps above I just get a blank screen whenever I try and activate treehouse-portfolio.

As soon as I try and activate the 'treehouse-portfolio' theme I immediately get a blank Dashboard. Only by renaming the folder treehouse-portfolio to something else do I get the Dashboard back again. I have been through this twice but cannot see where I am going wrong

-Oops Sorry folks! I have found the error with a little help from WP_DEBUG. I had missed out a semi-colon in the functions.php file on the 'wp_enqueue_scripts' line.

Eric Tirado
seal-mask
.a{fill-rule:evenodd;}techdegree
Eric Tirado
iOS Development Techdegree Student 7,036 Points

Thanks. After reading your post. I searched my functions.php, and realized that I was missing "(" after an _uri. Added it, and...voila!

2 Answers

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Glad you got it! Errors like that can often come from the functions.php file ;)

Martin Å vec
Martin Å vec
8,208 Points

WP_DEBUG solved my problem too. It can be found under wp-config and it should be switched to true: ('WP_DEBUG', "true");