What to do if WordPress site just shows a blank page
Sometimes a poor setup for wordpress can cause the site to return a blank screen. If you try accessing through /wp-admin/ and it still returns a blank screen then there are generally three causes:
- A broken .htaccess file
- A broken theme
- A plugin causing issues
Go through the following steps to fix this issue:
- Try removing the .htaccess in the root directory and see if the site works
- Remove the main theme directory (using FTP access) and see if the site works.
- If this fails turn off your plugins (by deleting them using FTP if you can’t get in through wp-admin) and again see if the site works.