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.