How to fix WordPress blank page

If your WordPress is showing a blank page, below are possible problems and solutions.

Step 1: Disable all plugins

There are 2 methods to do so:

  • rename the plugin folder located in wp-content/plugin.
  • Disable WordPress Plugin from Database (PHPMyAdmin).
  1. Log in to your PHPMyAdmin.
  2. Select the WordPress database.
  3. Browse to the wp_options table.
  4. Search active_plugins.
  5. Edit and cut all values from option_value to a text editor (e.g. NotePad) and back them up.
  6. Save

Step 2: Change the theme

There are 2 methods to do so

  • rename the theme folder located in wp-content/theme/.
  • change the theme from the Database.
  1. Log in to your PHPMyAdmin.
  2. Select it in the WordPress database.
  3. Browse to the wp_options table.
  4. Search option_name for templates and stylesheets.
  5. edit to another theme name. (Note: theme name refers to the folder name in the theme folder)
  6.  Save .

If the problem persists, try updating WordPress to the latest version.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.