0
votes

I have recently uploaded a new theme to my Wordpress site. Once the theme was activated, all my pages went "completely white", and I am no longer able to access the Wordpress admin / dashboard.

I have tried logging in to the cPanel to remove the theme, however the theme does not appear in the list of files. I did also select "show hidden files" , and the theme does not appear.

Is there perhaps a way to repair the Wordpress installation without losing the posts, pages and images?

Thank you

1
some themes are support only for particular version of wordpress. So, I thing you are facing version issue. please mail me your info to [email protected] - Moorthy GK
Turn on debug mode by modifying code in wp-config.php in your site root. Set define('WP_DEBUG','true') from define('WP_DEBUG','false') and see any error is visible. - Monirul Islam
@MonirulIslam I have turned debug to ('WP_DEBUG','true'), and refreshed / cleared the cache.. but the when I try to load "wp-config.php, the page also remains white? link - user2502658

1 Answers

0
votes

Delete or rename the theme folder you uploaded and check. Your site will revert to a default theme after that and you can take on from there.

Also, make sure WP_DEBUG is set to true while in development so you can see what's going on.