| +91 73181 42255 |
All tutorials
WordPress · 4 min read

How to Fix the WordPress White Screen

A blank white page usually means a plugin/theme conflict or a PHP memory limit. Here's how to bring your site back.

  1. 1

    Deactivate plugins

    In cPanel File Manager, rename the wp-content/plugins folder to plugins-off. If the site returns, a plugin is the cause.

  2. 2

    Re-enable one by one

    Rename it back, then disable plugins individually from the dashboard to find the culprit.

  3. 3

    Switch to a default theme

    If plugins aren't it, rename your active theme folder so WordPress falls back to a default theme.

  4. 4

    Raise the memory limit

    Add define('WP_MEMORY_LIMIT', '256M'); to wp-config.php if you see memory errors.

Tip: Turn on WP_DEBUG in wp-config.php to see the exact error instead of a blank page.
Stuck on a step? Our team is here 24/7.
Loading...