<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fix WordPress Fatal error: Call to undefined function</title>
	<atom:link href="http://www.themelab.com/2008/06/01/fix-wordpress-fatal-error-call-to-undefined-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themelab.com/2008/06/01/fix-wordpress-fatal-error-call-to-undefined-function/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 20:05:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Doug  Rekenthaler</title>
		<link>http://www.themelab.com/2008/06/01/fix-wordpress-fatal-error-call-to-undefined-function/#comment-8845</link>
		<dc:creator>Doug  Rekenthaler</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=328#comment-8845</guid>
		<description>I&#039;m suddenly getting this error message:


&lt;b&gt;Fatal error&lt;/b&gt;:  Call to undefined function  feed_content_type() in &lt;b&gt;/home7/inspird6/public_html/wp-includes/feed.php&lt;/b&gt; on line &lt;b&gt;8&lt;/b&gt;

I have replaced my feed.php file with the original WP source code and still am getting this error. Am I missing something?</description>
		<content:encoded><![CDATA[<p>I&#8217;m suddenly getting this error message:</p>
<p><b>Fatal error</b>:  Call to undefined function  feed_content_type() in <b>/home7/inspird6/public_html/wp-includes/feed.php</b> on line <b>8</b></p>
<p>I have replaced my feed.php file with the original WP source code and still am getting this error. Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-30 &#124; BlueWave Media</title>
		<link>http://www.themelab.com/2008/06/01/fix-wordpress-fatal-error-call-to-undefined-function/#comment-7092</link>
		<dc:creator>links for 2009-06-30 &#124; BlueWave Media</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=328#comment-7092</guid>
		<description>[...] Fix WordPress Fatal error: Call to undefined function &#124; Theme Lab If you get an error like this, there is a plugin or other function called in your theme which you don’t have. How do you fix this? There are a few ways: remove the code, error proof it, get the necessary plugin, or upgrade WordPress if necessary. In this quick WordPress tip post we’ll go over how to error proof these with a conditional tag and PHP function known as: function_exists. (tags: thethemelab wordpress conditionaltag function) [...]</description>
		<content:encoded><![CDATA[<p>[...] Fix WordPress Fatal error: Call to undefined function | Theme Lab If you get an error like this, there is a plugin or other function called in your theme which you don’t have. How do you fix this? There are a few ways: remove the code, error proof it, get the necessary plugin, or upgrade WordPress if necessary. In this quick WordPress tip post we’ll go over how to error proof these with a conditional tag and PHP function known as: function_exists. (tags: thethemelab wordpress conditionaltag function) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.themelab.com/2008/06/01/fix-wordpress-fatal-error-call-to-undefined-function/#comment-3183</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.themelab.com/?p=328#comment-3183</guid>
		<description>Hi ive just used:



And it worked for that file where i was previously getting the Fatal error.

Im now trying it for 2 sidebars of my theme so that i can place them into their own .php files.

The sidebars are named leftsidebar and rightsidebar, so i use the code as above and put in get_leftsidebar and get_rightsidebar but it goes wrong somehow and the layout gets messed up, im not sure where i may be making the mistake here though, any ideas please?

Thanks

John</description>
		<content:encoded><![CDATA[<p>Hi ive just used:</p>
<p>And it worked for that file where i was previously getting the Fatal error.</p>
<p>Im now trying it for 2 sidebars of my theme so that i can place them into their own .php files.</p>
<p>The sidebars are named leftsidebar and rightsidebar, so i use the code as above and put in get_leftsidebar and get_rightsidebar but it goes wrong somehow and the layout gets messed up, im not sure where i may be making the mistake here though, any ideas please?</p>
<p>Thanks</p>
<p>John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

