<?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>panel Archives - CNERIS</title>
	<atom:link href="https://cneris.com/en/tag/panel/feed/" rel="self" type="application/rss+xml" />
	<link>https://cneris.com/en/tag/panel/</link>
	<description></description>
	<lastBuildDate>Sun, 20 Oct 2024 16:37:58 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>How to change the default theme if you don&#8217;t have access to the panel of WordPress</title>
		<link>https://cneris.com/en/how-to-change-the-default-theme-if-you-dont-have-access-to-the-panel-of-wordpress/</link>
					<comments>https://cneris.com/en/how-to-change-the-default-theme-if-you-dont-have-access-to-the-panel-of-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 20 Oct 2024 16:37:58 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[change theme]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<guid isPermaLink="false">https://cneris.com/?p=2503</guid>

					<description><![CDATA[<p>If you don't have access to the WordPress admin panel, you can manually change the default theme using FTP or phpMyAdmin. Here are both options: Option 1: Using FTP Access your server via FTP (using programs like FileZilla). Navigate to the /wp-content/themes/ folder. Make sure the theme you want to activate is present in this [...]</p>
<p>The post <a href="https://cneris.com/en/how-to-change-the-default-theme-if-you-dont-have-access-to-the-panel-of-wordpress/">How to change the default theme if you don&#8217;t have access to the panel of WordPress</a> appeared first on <a href="https://cneris.com/en">CNERIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you don&#8217;t have access to the WordPress admin panel, you can manually change the default theme using <strong>FTP</strong> or <strong>phpMyAdmin</strong>. Here are both options:</p>
<h4>Option 1: Using FTP</h4>
<ol>
<li><strong>Access your server via FTP</strong> (using programs like FileZilla).</li>
<li>Navigate to the <strong>/wp-content/themes/</strong> folder.</li>
<li>Make sure the theme you want to activate is present in this folder.</li>
<li>Open the <strong>wp-config.php</strong> file in the root of your WordPress installation.</li>
<li>Add the following lines just before the comment <code>/* That's all, stop editing! Happy publishing. */</code>:
<div class="contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950">
<div class="sticky top-9 md:top-[5.75rem]"></div>
<div class="overflow-y-auto p-4" dir="ltr"><code class="!whitespace-pre hljs language-php"><span class="hljs-title function_ invoke__">define</span>(<span class="hljs-string">'WP_DEFAULT_THEME'</span>, <span class="hljs-string">'theme-name'</span>);<br />
</code></div>
</div>
<p>Replace <strong><code>theme-name</code></strong> with the folder name of the theme (found in <strong>/wp-content/themes/</strong>).</li>
<li>Save the <strong>wp-config.php</strong> file.</li>
</ol>
<h4>Option 2: Using phpMyAdmin</h4>
<ol>
<li>Log in to <strong>phpMyAdmin</strong> and select your website&#8217;s database.</li>
<li>Find the <strong>wp_options</strong> table.</li>
<li>Look for the rows with the option names <strong>template</strong> and <strong>stylesheet</strong>.</li>
<li>Change the values of both rows to the folder name of the theme you want to activate.</li>
<li>Save the changes.</li>
</ol>
<p>The post <a href="https://cneris.com/en/how-to-change-the-default-theme-if-you-dont-have-access-to-the-panel-of-wordpress/">How to change the default theme if you don&#8217;t have access to the panel of WordPress</a> appeared first on <a href="https://cneris.com/en">CNERIS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cneris.com/en/how-to-change-the-default-theme-if-you-dont-have-access-to-the-panel-of-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
