Good day!
Today when I run my WordPress (index) site on localhost it only shows blank page.
However, It doesn’t show blank page on admin and still can access it smoothly. Please help me. Thanks in advance
Leave a Reply
You must be logged in to post a comment.
Did you try turning on debugging mode?
You do that in
wp-config.php
.Locate define('WP_DEBUG', false);
and set it to true.Another thing I would try is to make some simple php file and test that if it is working. Something like:
Alternatively, you can try checking & deactivating plugins. If its fixed or not.
Read How to Fix the WordPress White Screen of Death? hopefully your issue will be solved.
good luck!
try resetting the theme by running these commands in the console on your database
After that try logging in using your wp-admin panel using your username and password and setting a different theme of your choice.
Hope this helps!!!
You’re seeing a blank page because there’s an error but you have error reporting turned off.
Turn on error reporting to find out where you need to be looking.