Can we change Wordpress theme from PHPMyAdmin?

bhawanisingh

Administrator
Staff member
Always we change Wordpress theme from Wordpress admin area but if it’s not possible to access admin panel due to any incompatibility then you can change your Wordpress theme through database. You can follow below steps to change Wordpress theme.
  • First of all you have to take the backup of your Wordpress database, in case if your database is not working.
  • If you don’t know the database name then you check this in wp-config.php file and then go to the phpmyadmin in cPanel.
  • Click on your database which is used by your Wordpress.
  • After that click on “wp-options” table.
  • Here you will find two rows “template” and “stylesheet”, you just have to click on “edit”.
  • From the “option_value” you have to choose the new theme from old one.
  • At last click on “Go” button.
 
Top