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

Christian Melo
Christian Melo
299 Points

HI, how are you? All my themes i created after wp template development, the backend becomes white pagem why?

HI, how are you?

All my themes i created after wordpress template development like to have an issue cause the backend its becaming white then i have to deactivate the theme, why? incompability?

1 Answer

There Could be manny things going on, But what the white screen means is that you wrote some invalid PHP, and the error is not allowing for the theme to load.

you need to go into your htdocs and find either wp-config.php or wp-config-sample.php and change define('WP_DEBUG', false); to true.

I hope this helps.