White screen
-
I am trying to log in to WordPress to update my website, but when I type in the link, a white blank screen appears and I can’t do anything else. How can I fix this if I can’t even see anything.
The blog I need help with is: (visible only to logged in users)
-
Hi @littleexplorersfamilydaycare,
Your site is using the self-hosted version of WordPress.
These forums are for WordPress.com hosted sites only :) https://en.support.wordpress.com/com-vs-org/
To troubleshoot WordPress errors, you require to enable WordPress Debug, which can be done using wp-config.php.
You need to copy and paste the code in wp-config.php file shown below.
define( 'WP_DEBUG', true );
- The topic ‘White screen’ is closed to new replies.