<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; how to change WordPress theme</title>
	<atom:link href="http://www.wpwife.com/category/how-to-change-wordpress-theme/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Change WordPress Theme via phpMyAdmin</title>
		<link>http://www.wpwife.com/tutorials/how-to-change-wordpress-theme-via-phpmyadmin</link>
		<comments>http://www.wpwife.com/tutorials/how-to-change-wordpress-theme-via-phpmyadmin#comments</comments>
		<pubDate>Wed, 09 May 2018 11:56:37 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[change theme in WordPress]]></category>
		<category><![CDATA[change WordPress theme via phpMyAdmin]]></category>
		<category><![CDATA[how to change WordPress theme]]></category>
		<category><![CDATA[how to change WordPress theme via phpMyAdmin]]></category>
		<category><![CDATA[how to change your WordPress theme]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=52512</guid>
		<description><![CDATA[
<p>Recently one of our readers asked us if they can change their WordPress theme from the database. WordPress makes it extremely easy to manage themes from the admin area. However, if you are unable to access your WordPress admin area, then you will need to&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-tutorials/how-to-change-wordpress-theme-via-phpmyadmin/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-change-wordpress-theme-via-phpmyadmin/">How to Change WordPress Theme via phpMyAdmin</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Recently one of our readers asked us if they can change their WordPress theme from the database. WordPress makes it extremely easy to manage themes from the admin area. However, if you are unable to access your WordPress admin area, then you will need to find other ways to change your WordPress theme. In this article, we will show you how to easily change your WordPress theme via phpMyAdmin.</p>
<p><img title="Change WordPress Theme from phpMyAdmin"  src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/changethemefromphpmyadmin.png" alt="Change WordPress Theme from phpMyAdmin" width="550" height="340" class="alignnone size-full wp-image-52717" /></p>
<h4>Why and When You Need to Use phpMyAdmin?</h4>
<p>Normally, the easiest way to change your WordPress theme is by visiting the <strong>Appearance &raquo; Themes</strong> page in WordPress admin area. However, sometimes a WordPress error can make your <a href="http://www.wpbeginner.com/wp-tutorials/locked-out-of-wordpress-admin/" title="What To Do When You Are Locked Out of WordPress Admin (wp-admin)">website admin area inaccessible</a>. </p>
<p>In that case, the safest way to recover your website is by <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-how-to-restore-wordpress-from-backup/" title="Beginner’s Guide: How to Restore WordPress from Backup">restoring it from backup</a>. Another way is to <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/" title="Beginner’s Guide to Troubleshooting WordPress Errors (Step by Step)">troubleshoot the WordPress error</a> causing the problem. In troubleshooting, the easiest way to switch themes is to make a backup of your existing theme via FTP, and then remove all theme folders from /wp-content/themes/ except for the default theme. WordPress will automatically revert to the default theme.</p>
<p>Both of the above methods will give you access to the WordPress admin area, and you will be able to change the theme. </p>
<p>However if you don&#8217;t have a backup, and you don&#8217;t want to revert to a default theme, then you can change to a custom WordPress theme from your <a href="http://www.wpbeginner.com/glossary/database/" title="Database">database</a> by using phpMyAdmin. </p>
<p>That being said, let&#8217;s take a look at how to change your WordPress theme via phpMyAdmin.</p>
<h4>Changing Your WordPress Theme via phpMyAdmin</h4>
<p>This method allows you to tell WordPress which theme to use by changing the information in the database. For this method to work, the theme you want to switch to must already be installed on your website.</p>
<p>You will need to connect to your website <a href="http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/" title="How to use FTP to upload files to WordPress for Beginners">using a FTP client</a> and go to the /wp-content/themes/ folder. There you will be able to see all the themes that are currently installed on your website. </p>
<p><img title="WordPress themes folder" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/ftpthemesfolder.png" alt="WordPress themes folder" width="550" height="285" class="alignnone size-full wp-image-52631" /></p>
<p><strong>Note:</strong> Write down the theme folder name that you want to switch to. You will need it in the next step. </p>
<p>If the theme you want to switch to isn&#8217;t installed on your website, then you can <a href="http://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/" title="Beginners Guide: How to Install a WordPress Theme">manually install a WordPress theme via FTP</a>. </p>
<p>After making sure that theme you want is installed on your website, you can now go ahead and change the theme via phpMyAdmin. </p>
<p>First, you need to go to <a href="http://www.wpbeginner.com/glossary/cpanel/" title="cPanel">cPanel</a> dashboard of your <a href="http://www.wpbeginner.com/wordpress-hosting/" title="How to Choose the Best WordPress Hosting?">WordPress hosting</a> account. Next, scroll down to the databases section and then click on phpMyAdmin.</p>
<p><img title="Open phpMyAdmin from cPanel" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/05/cpanel-open-phpmyadmin.jpg" alt="Open phpMyAdmin from cPanel" width="550" height="400" class="alignnone size-full wp-image-52526" /></p>
<p>Once you are in phpMyAdmin, you&#8217;ll see a list of databases on the left side of the screen. Simply click on the database that you are using for your WordPress site.</p>
<p><img title="Select Database" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/05/select-database-phpmyadmin.jpg" alt="Select Database" width="550" height="249" class="alignnone size-full wp-image-52527" /></p>
<p>Next, it will show you the list of tables in this database. You need to click on the &#8216;wp_options&#8217; table to open it. </p>
<p><strong>Note</strong>: By default, WordPress database tables use wp_ as the prefix for table names. However, it is possible to see a different database prefix if you or an administrator on your site had <a href="http://www.wpbeginner.com/wp-tutorials/how-to-change-the-wordpress-database-prefix-to-improve-security/" title="How to Change the WordPress Database Prefix to Improve Security">changed the WordPress database prefix</a>. </p>
<p><img title="Select Table" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/select-table-phpmyadmin.jpg" alt="Select Table" width="550" height="242" class="alignnone size-full wp-image-52528" /></p>
<p>Upon opening the table, you need to scroll down and locate &#8216;template&#8217; and &#8216;stylesheet&#8217; rows. Next, click on the Edit button next to the template row. </p>
<p><img title="Editing rows in phpMyAdmin" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/05/editrows.png" alt="Editing rows in phpMyAdmin" width="550" height="259" class="alignnone size-full wp-image-52632" /></p>
<p>This will open the row editor where you need to change the value for the option_value field to the theme you want to use. It is usually the same as the folder name in /wp-content/themes/ folder. </p>
<p><img title="Change theme option value" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/changeoptionvalue.png" alt="Change theme option value" width="550" height="297" class="alignnone size-full wp-image-52633" /></p>
<p>After that click on the &#8216;Go&#8217; button below to save your changes. Now, repeat the process for stylesheet row as well. </p>
<p>Once you have saved your changes, you can go to your website to see the new theme in action. </p>
<p>We hope this article helped you learn how to change WordPress theme via phpMyAdmin. You may also want to see our complete beginners guide to <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-database-management-with-phpmyadmin/" title="Beginner’s Guide to WordPress Database Management with phpMyAdmin">WordPress database management using phpMyAdmin</a>. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-change-wordpress-theme-via-phpmyadmin/">How to Change WordPress Theme via phpMyAdmin</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/tutorials/how-to-change-wordpress-theme-via-phpmyadmin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
