White Screen - child theme

Hello,
I am experiencing the white screen of death on my website http://www.melsiepaperie.com.

The problem appears to be with the child theme. If I change the theme to a standard Wordpress theme then the site loads. I’ve tried turning off and on all of the plugins which hasn’t helped. I’ve also tried to reinstall the theme with no luck.

Any idea what I can do so I can get my site back?

Thanks!

Hi Mel,

You’ve added your Google Tag script, but are missing the closing script tag </script>. If you add this it may resolve your issue.

If it doesn’t, you’ll want to enable WP_DEBUG by setting it to true in your wp-config.php file like so:

define( 'WP_DEBUG', true );

Save the file and refresh your site. The error causing the white screen should now be printed to the screen.

This was the issue!

Thank you SO much!

No problem, Mel! :slight_smile: