• When viewing the site from the public frontend, you can see all content. When logging in and going to Pages/Home or any other page – they are completely blank. Can someone help determine what is happening?

    • This topic was modified 1 year, 10 months ago by James Huff. Reason: redundant link removed

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    This problem may be a plugin or theme conflict. Please attempt to deactivate all plugins and switch to the default Twenty Twenty-One theme. If the problem goes away, re-activate them one by one to identify the source of the problem.

    If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to deactivate all plugins and change the theme for you while you’re still logged in without affecting normal visitors to your site.

    Hi, @tomme01

    There could be several reasons you see blank pages on your WordPress site. Here are a few possible causes:

    Plugins: One of the most common reasons for blank pages is a plugin conflict. Try deactivating all your plugins and then reactivating them one by one to see if a specific plugin is causing the issue.

    Theme: Another possibility is that your theme is causing the issue. Try switching to a default WordPress theme (such as Twenty Twenty) to see if the problem persists. If it goes away, it is likely an issue with your theme.

    Database: A corrupt database can also cause blank pages. You can try repairing your database by adding the following code to your wp-config.php file:

    define( 'WP_ALLOW_REPAIR', true );

    This will enable the WordPress database repair tool, which you can access by going to “yoursite.com/wp-admin/maint/repair.php.”

    Server: If you are still experiencing issues, your server may have a problem. Contact your hosting provider for assistance.
    I hope this helps! If you continue to experience issues, it may be helpful to provide more information about your sites, such as what version of WordPress you are using, what theme and plugins you have installed, and any error messages you are seeing.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Backend pages are blank – frontend showing fine’ is closed to new replies.