How do I fix the white screen on WordPress?
Wondering what you do if you ever crashed WordPress and got the white screen of death? Set WP_DEBUG to False with the following definition. define( ‘WP_DEBUG’, false ); Set the PHP Options to Display Errors in the PHP Options section …