<?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>Web Development Blog &#187; The Requested Theme Does Not Exist</title>
	<atom:link href="http://www.developerweb.co.uk/tips/the-requested-theme-does-not-exist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developerweb.co.uk</link>
	<description>Richard Havelock: Freelance Web Designer &#38; Developer based in Newcastle upon Tyne</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:43:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Requested Theme Does Not Exist &#8211; Wordpress</title>
		<link>http://www.developerweb.co.uk/requested-theme-does-not-exist/</link>
		<comments>http://www.developerweb.co.uk/requested-theme-does-not-exist/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 07:20:31 +0000</pubDate>
		<dc:creator>Web Developer</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Bug fixes]]></category>
		<category><![CDATA[coding solution]]></category>
		<category><![CDATA[The Requested Theme Does Not Exist]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://www.developerweb.co.uk/?p=246</guid>
		<description><![CDATA[This is a quick fix for anyone who has seen the following error appear when trying to edit a WordPress theme through the admin section:
The Requested Theme Does Not Exist
I remember seeing this and immediately fearing the worst (that I had broken my WordPress blog somehow) but I had a think of what I had [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-336 alignleft" title="wordpress-stacked" src="http://www.developerweb.co.uk/wp-content/uploads/2010/07/wordpress-stacked.jpg" alt="WordPress logo stacked" width="200" height="200" />This is a quick fix for anyone who has seen the following error appear when trying to edit a WordPress theme through the admin section:</p>
<p><strong>The Requested Theme Does Not Exist</strong></p>
<p>I remember seeing this and immediately fearing the worst (that I had broken my WordPress blog somehow) but I had a think of what I had been changing on the site before I got this error (the CSS file) and after a quick look on Google I found <a title="Go to the article" href="http://www.bigfootwebmarketing.com/2007/11/25/heres-a-weird-one-the-requested-theme-does-not-exist-when-in-theme-editor/" target="_blank">this article</a>.</p>
<p>The article mentions that the commented-out information at the top of the CSS file (containing the theme details) is used by WordPress to pull out the theme name:</p>
<address> /*</address>
<address> Theme Name: WordPress Default</address>
<address> Theme URI: http://wordpress.org/</address>
<address> Description: The default WordPress theme based on the famous &lt;a href=&#8221;http://binarybonsai.com/kubrick/&#8221;&gt;Kubrick&lt;/a&gt;.</address>
<address> Version: 1.6</address>
<address> Author: Michael Heilemann</address>
<address> Author URI: http://binarybonsai.com/</address>
<address> Tags: blue, custom header, fixed width, two columns, widgets</address>
<address> Kubrick v1.5<br />
http://binarybonsai.com/kubrick/</address>
<address> This theme was designed and built by Michael Heilemann,<br />
whose blog you will find at http://binarybonsai.com/</address>
<address> The CSS, XHTML and design is released under GPL:<br />
http://www.opensource.org/licenses/gpl-license.php</address>
<address>*/</address>
<p>At the time I wasn&#8217;t too familiar with WordPress and had just deleted the code to save about 15 lines in my CSS file. If you delete the code or use certain special characters in the theme name (such as an ampersand &#8211; &amp;) WordPress cannot find the theme and display the templates or CSS in the admin section for you.</p>
<p>To fix this quite simply check the commented code at the top of the theme&#8217;s CSS for any characters which may be causing the error. Or if you did what I had done and delete the commented code completely, put it back in via ftp and WordPress will load up the editor section straight away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.developerweb.co.uk/requested-theme-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>