<?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: Disable WordPress Feed</title>
	<atom:link href="http://wpengineer.com/disable-wordpress-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/disable-wordpress-feed/</link>
	<description>WordPress News, Hacks, Tipps, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:23:36 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3386</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3386</guid>
		<description>@Theo: The pages from WP has not a feed; you must add a plugin for this feature. Please see on the official WordPress Site for a plugin for this solution.</description>
		<content:encoded><![CDATA[<p>@Theo: The pages from WP has not a feed; you must add a plugin for this feature. Please see on the official WordPress Site for a plugin for this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brokenjava</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3382</link>
		<dc:creator>Brokenjava</dc:creator>
		<pubDate>Sun, 31 Jan 2010 14:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3382</guid>
		<description>It was another tips, just create new file/folder called &quot;feed&quot; on our public_html. Wordpress feed will not working anymore..</description>
		<content:encoded><![CDATA[<p>It was another tips, just create new file/folder called "feed" on our public_html. Wordpress feed will not working anymore..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3379</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Fri, 29 Jan 2010 20:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3379</guid>
		<description>Danke für den Skript !
Gibt es eine Möglichkeit, oder wie kann ich dieses Skript nur für statische Seiten innerhalb eines Blogs verwenden ?

Gruß  Theo.</description>
		<content:encoded><![CDATA[<p>Danke für den Skript !<br />
Gibt es eine Möglichkeit, oder wie kann ich dieses Skript nur für statische Seiten innerhalb eines Blogs verwenden ?</p>
<p>Gruß  Theo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3312</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3312</guid>
		<description>@Cheryl F. (The Lucky Ladybug): PLease see in your functions.php, search the function automatic_feed_links(); and killl them.
I think this is enough; aditiona you can add the follow actions in the function.php of your Theme.
&lt;code&gt;
remove_action( &#039;wp_head&#039;, &#039;feed_links_extra&#039;, 3 );
remove_action( &#039;wp_head&#039;, &#039;feed_links&#039;, 2 );
remove_action( &#039;wp_head&#039;, &#039;rsd_link&#039; );
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Cheryl F. (The Lucky Ladybug): PLease see in your functions.php, search the function automatic_feed_links(); and killl them.<br />
I think this is enough; aditiona you can add the follow actions in the function.php of your Theme.<br />
<code><br />
remove_action( 'wp_head', 'feed_links_extra', 3 );<br />
remove_action( 'wp_head', 'feed_links', 2 );<br />
remove_action( 'wp_head', 'rsd_link' );<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3311</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3311</guid>
		<description>@Dennis: i had tested this on different pattforms, works fine, on all feeds, also /feed/rss
The hook do_feed_rss is for this feed on format rss 0.91

@Ventura County Web Design: please copy the code; works fine and have no erros: Copy in the functions.php of your active theme.</description>
		<content:encoded><![CDATA[<p>@Dennis: i had tested this on different pattforms, works fine, on all feeds, also /feed/rss<br />
The hook do_feed_rss is for this feed on format rss 0.91</p>
<p>@Ventura County Web Design: please copy the code; works fine and have no erros: Copy in the functions.php of your active theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3310</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3310</guid>
		<description>@Sushant: yes you can add a second parameter to function wp_die(); example:
&lt;code&gt;
function fb_disable_feed() {
	wp_die( __(&#039;No feed available,please visit our &lt;a href=&quot;&#039;. get_bloginfo(&#039;url&#039;) .&#039;&quot; rel=&quot;nofollow&quot;&gt;homepage&lt;/a&gt;!&#039;), &#039;My Title&#039; );
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Sushant: yes you can add a second parameter to function wp_die(); example:<br />
<code><br />
function fb_disable_feed() {<br />
	wp_die( __('No feed available,please visit our <a href="'. get_bloginfo('url') .'" rel="nofollow">homepage</a>!'), 'My Title' );<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ventura County Web Design</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3297</link>
		<dc:creator>Ventura County Web Design</dc:creator>
		<pubDate>Wed, 20 Jan 2010 03:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3297</guid>
		<description>Yeah this does not work. It just creates a PHP error. Oh well.</description>
		<content:encoded><![CDATA[<p>Yeah this does not work. It just creates a PHP error. Oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress plugin: Feedkillah // digitalize.ca</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3238</link>
		<dc:creator>WordPress plugin: Feedkillah // digitalize.ca</dc:creator>
		<pubDate>Sat, 09 Jan 2010 18:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3238</guid>
		<description>[...] (2010-01-09): So turns out wpengineer.com had this figured out a while back (i.e. October 2008). Regardless, it was a opportunity for me to dig into the WordPress core code [...]</description>
		<content:encoded><![CDATA[<p>[...] (2010-01-09): So turns out wpengineer.com had this figured out a while back (i.e. October 2008). Regardless, it was a opportunity for me to dig into the WordPress core code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3217</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3217</guid>
		<description>Hansi, die haben nur geklaut. Du siehst es an der Funktion fb_disable_feed(). fb steht für Frank Bültge.</description>
		<content:encoded><![CDATA[<p>Hansi, die haben nur geklaut. Du siehst es an der Funktion fb_disable_feed(). fb steht für Frank Bültge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hansi</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-3216</link>
		<dc:creator>Hansi</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-3216</guid>
		<description>da war jemand genauso &quot;schlau&quot; wie ihr: wpcanada.ca/2009/12/22/how-to-disable-your-rss-feed/ 
</description>
		<content:encoded><![CDATA[<p>da war jemand genauso "schlau" wie ihr: wpcanada.ca/2009/12/22/how-to-disable-your-rss-feed/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-1905</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-1905</guid>
		<description>Hi, /feed/rss still works after this change.</description>
		<content:encoded><![CDATA[<p>Hi, /feed/rss still works after this change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushant</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-1660</link>
		<dc:creator>Sushant</dc:creator>
		<pubDate>Wed, 26 Aug 2009 21:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-1660</guid>
		<description>Thank you for the tip. It worked perfectly for me. However is there any way to change the title. Wordpress shows in the title &quot;Wordpress -&gt; Error&quot; .</description>
		<content:encoded><![CDATA[<p>Thank you for the tip. It worked perfectly for me. However is there any way to change the title. Wordpress shows in the title "Wordpress -&gt; Error" .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheryl F. (The Lucky Ladybug)</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-1554</link>
		<dc:creator>Cheryl F. (The Lucky Ladybug)</dc:creator>
		<pubDate>Mon, 27 Jul 2009 07:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-1554</guid>
		<description>This works fine for template-added RSS links which I&#039;ll be removing anyways and also if I copy and paste or type the feed address in the address bar.  It doesn&#039;t seem to work for Firefox&#039;s auto-feed discovery in the address bar and at the top right of each page.  When I click on either of those I&#039;m taken directly to my feed in my feedreader with all posts showing.  Is there any way around this?</description>
		<content:encoded><![CDATA[<p>This works fine for template-added RSS links which I'll be removing anyways and also if I copy and paste or type the feed address in the address bar.  It doesn't seem to work for Firefox's auto-feed discovery in the address bar and at the top right of each page.  When I click on either of those I'm taken directly to my feed in my feedreader with all posts showing.  Is there any way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 我想网 &#187; Blog Archive &#187; wordpress的十个有用的RSS技巧</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-1035</link>
		<dc:creator>我想网 &#187; Blog Archive &#187; wordpress的十个有用的RSS技巧</dc:creator>
		<pubDate>Tue, 21 Apr 2009 05:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-1035</guid>
		<description>[...] 资源：Disable WordPress feed [...]</description>
		<content:encoded><![CDATA[<p>[...] 资源：Disable WordPress feed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-501</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 23 Jan 2009 05:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-501</guid>
		<description>Hi Michael! Great name.

Listen, I am using this to disable feeds, but I am hoping there is a way to only disable the MAIN Entries feed...

I&#039;d still like to have feeds available for each category... please help if you can!

Thanks

- Michael

P.S. Basically... what I&#039;m trying to do is use Feedburner to create a feed for just two of my categories, but I don&#039;t want to have both categories showing up in ONE rss feed... so I do need to disable the main feed.</description>
		<content:encoded><![CDATA[<p>Hi Michael! Great name.</p>
<p>Listen, I am using this to disable feeds, but I am hoping there is a way to only disable the MAIN Entries feed...</p>
<p>I'd still like to have feeds available for each category... please help if you can!</p>
<p>Thanks</p>
<p>- Michael</p>
<p>P.S. Basically... what I'm trying to do is use Feedburner to create a feed for just two of my categories, but I don't want to have both categories showing up in ONE rss feed... so I do need to disable the main feed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-412</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-412</guid>
		<description>Yes, ask him for help.</description>
		<content:encoded><![CDATA[<p>Yes, ask him for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-411</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-411</guid>
		<description>How do I do that? I cant access the dashboard.
A friend of mine is the one who installed WP, so its not installed on MY computer. Do I need to ask him?
Thanks so much for the help Michael!</description>
		<content:encoded><![CDATA[<p>How do I do that? I cant access the dashboard.<br />
A friend of mine is the one who installed WP, so its not installed on MY computer. Do I need to ask him?<br />
Thanks so much for the help Michael!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-410</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 05 Jan 2009 20:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-410</guid>
		<description>Dave, mail the file you have changed to info at wpengineer dot com.</description>
		<content:encoded><![CDATA[<p>Dave, mail the file you have changed to info at wpengineer dot com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-409</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 05 Jan 2009 20:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-409</guid>
		<description>Thanks for the tip Michael, but Im afraid I screwed up big time.

I tried what you wrote, but it didnt work. probably me doing something wrong.
Then I tried something on my own and ended the code with       instead. Now I cant login to my page anymore. I just get a white blank page. What do I do?!?!?!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Michael, but Im afraid I screwed up big time.</p>
<p>I tried what you wrote, but it didnt work. probably me doing something wrong.<br />
Then I tried something on my own and ended the code with       instead. Now I cant login to my page anymore. I just get a white blank page. What do I do?!?!?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-408</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 05 Jan 2009 19:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-408</guid>
		<description>Dave, do you have php start and end tags?
&lt;code&gt;
&lt;strong&gt;&lt;?php&lt;/strong&gt; 
//the complete code
&lt;strong&gt;?&gt;&lt;/strong&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Dave, do you have php start and end tags?<br />
<code><br />
<strong>< ?php</strong><br />
//the complete code<br />
</strong><strong>?></strong><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-407</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 05 Jan 2009 18:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-407</guid>
		<description>Hey!

Im a total noob with this, so Im kinda confused. Im using the Sharpfolio theme. Ive tried to paste the code into functions.php but I only get some weird error message. Am I supposed to paste this after the codes thats already there or before? What EXACTLY should I do? I really appreciate all the help I can get!
Thanks</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>Im a total noob with this, so Im kinda confused. Im using the Sharpfolio theme. Ive tried to paste the code into functions.php but I only get some weird error message. Am I supposed to paste this after the codes thats already there or before? What EXACTLY should I do? I really appreciate all the help I can get!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ambuscade</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-278</link>
		<dc:creator>The Ambuscade</dc:creator>
		<pubDate>Wed, 10 Dec 2008 18:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-278</guid>
		<description>[...] Disable WordPress Feed Let’s say you’re using WordPress as a CMS to manage your online portfolio or your company’s website. In such cases, the RSS feed isn’t that useful, and some people would probably want to remove it. (tags: wordpress wp_hacks wp_feeds feeds obeertym) [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable WordPress Feed Let’s say you’re using WordPress as a CMS to manage your online portfolio or your company’s website. In such cases, the RSS feed isn’t that useful, and some people would probably want to remove it. (tags: wordpress wp_hacks wp_feeds feeds obeertym) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10个优化WordPress RSS Feed的技巧(2) - 幸福收藏夹</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-239</link>
		<dc:creator>10个优化WordPress RSS Feed的技巧(2) - 幸福收藏夹</dc:creator>
		<pubDate>Fri, 05 Dec 2008 10:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-239</guid>
		<description>[...] Disable WordPress feed [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable WordPress feed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Useful RSS-Tricks and Hacks For WordPress &#124; Developer&#39;s Toolbox &#124; Smashing Magazine</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-221</link>
		<dc:creator>10 Useful RSS-Tricks and Hacks For WordPress &#124; Developer&#39;s Toolbox &#124; Smashing Magazine</dc:creator>
		<pubDate>Tue, 02 Dec 2008 18:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-221</guid>
		<description>[...] Disable WordPress feed [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable WordPress feed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SE7EN</title>
		<link>http://wpengineer.com/disable-wordpress-feed/#comment-85</link>
		<dc:creator>SE7EN</dc:creator>
		<pubDate>Sat, 01 Nov 2008 23:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=287#comment-85</guid>
		<description>I deleted/renamed php files relate to feed</description>
		<content:encoded><![CDATA[<p>I deleted/renamed php files relate to feed</p>
]]></content:encoded>
	</item>
</channel>
</rss>
