Speaktech.in

How to Fix The WordPress White Screen of Death

There are several factors that can cause a white screen of death, but it’s usually one of three things.

  • An error being generated by a WordPress plugin
  • An error being generated by your WordPress theme
  • Some type of database error

To start with you need to set debug to on in wp-config.php by pasting the below code

define('WP_DEBUG', true);