WordPress white screen
If you experience the WordPress white screen or the so called white screen of the death you might be able to fix this issue on your own quite easily. The WP screen white screen of the death is most likely result of: New plugin installation, update on WP, or update on any plugin that you may have installed previously. The WP white screen of the death can be also called due to bad .htaccess file, or a new or updated theme.Dealing with bad plugins:
- Login to your cPanel control panel
- Navigate to the cPanel - FileManager (you can achieve the same using FTP but we leave this for the advanced users).
- Using the FileManager navigate to your WordPress main folder, then navigate to your “wp-content” folder. Now rename the sub-folder called “plugins” to something else, for example “plugins.old”
- Go back to your WordPress admin, and clear your browser cache, or try using different browser or computer. If you can see your WP admin properly, that means that the issue was in fact the WP white screen of the death. If you don’t see WP admin, proceed with the themes and .htaccess troubleshooting methods outlined below.
- In order to restore your plugins, go back to the cPanel FileManager and rename the folder “plugins.old” to “plugins”. Now go back to WP admin and you will see back your plugins, but they won’t be active. Start re-activating them one-by-one, while you run into the plugin that has caused the white screen of the death. You can start re-activating the plugins from the ones that you know have worked before and the ones you did not update or install last.
Dealing with bad themes:
- Login to your cPanel control panel
- Navigate to the cPanel - FileManager (you can achieve the same using FTP but we leave this for the advanced users).
- Using the FileManager navigate to your WordPress main folder, then navigate to your “wp-content” folder. Now rename the sub-folder called “themes” to something else, for example “themes.old”
- Go back to your WordPress admin, and clear your browser, or try using different browser or computer. If you can see your WP admin properly, that means that the issue was in fact the WP white screen of the death due to a theme related issue (either new theme was installed, or old theme was updated). If you don’t see WP admin, proceed with the .htaccess troubleshooting below. Do not use the theme that has caused the WP white screen of the death.

