<?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: 4 Ways to Exclude WordPress Category from RSS Feeds</title>
	<atom:link href="http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/</link>
	<description>Web &#38; Graphic Design by Jeremie Tisseau, Web Design Consultant at Calleo</description>
	<lastBuildDate>Sat, 02 Feb 2013 10:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: victorkurauchi</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-28592</link>
		<dc:creator>victorkurauchi</dc:creator>
		<pubDate>Thu, 02 Aug 2012 18:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-28592</guid>
		<description><![CDATA[Just awesome code! Helped a lot. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Just awesome code! Helped a lot. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lougie</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-28383</link>
		<dc:creator>lougie</dc:creator>
		<pubDate>Tue, 26 Jun 2012 13:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-28383</guid>
		<description><![CDATA[salamat!! ive been looking for this!]]></description>
		<content:encoded><![CDATA[<p>salamat!! ive been looking for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-23809</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-23809</guid>
		<description><![CDATA[Thanks so much! This was right on time. Still figuring out Wordpress so your info was a great help! :) thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks so much! This was right on time. Still figuring out WordPress so your info was a great help! <img src='http://web-kreation.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tivar</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-21997</link>
		<dc:creator>Tivar</dc:creator>
		<pubDate>Wed, 31 Aug 2011 23:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-21997</guid>
		<description><![CDATA[The old posts may are(was?) in the feed-cache from wordpress. If I change something in my feed I normally add this line in the theme-functions.php 

add_filter( &#039;wp_feed_cache_transient_lifetime&#039;, create_function( &#039;$a&#039;, &#039;return 0;&#039; ) );]]></description>
		<content:encoded><![CDATA[<p>The old posts may are(was?) in the feed-cache from wordpress. If I change something in my feed I normally add this line in the theme-functions.php </p>
<p>add_filter( &#8216;wp_feed_cache_transient_lifetime&#8217;, create_function( &#8216;$a&#8217;, &#8216;return 0;&#8217; ) );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeeremie</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-20145</link>
		<dc:creator>Jeeremie</dc:creator>
		<pubDate>Mon, 06 Jun 2011 02:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-20145</guid>
		<description><![CDATA[Good question. I am not sure about this. I think it only affects the new ones.]]></description>
		<content:encoded><![CDATA[<p>Good question. I am not sure about this. I think it only affects the new ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThisIsWhyImBroke</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-20131</link>
		<dc:creator>ThisIsWhyImBroke</dc:creator>
		<pubDate>Fri, 03 Jun 2011 13:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-20131</guid>
		<description><![CDATA[I tried this code and it didn&#039;t alter the category posts already in the RSS feed.. is it supposed to only work for new posts in a category that I want to exclude or should it affect the older ones too?]]></description>
		<content:encoded><![CDATA[<p>I tried this code and it didn&#8217;t alter the category posts already in the RSS feed.. is it supposed to only work for new posts in a category that I want to exclude or should it affect the older ones too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeeremie</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-20124</link>
		<dc:creator>Jeeremie</dc:creator>
		<pubDate>Tue, 31 May 2011 03:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-20124</guid>
		<description><![CDATA[Wordpress. You can do anything you like with Wordpress, Drupal... It is up to you (or the developer if you hire someone)]]></description>
		<content:encoded><![CDATA[<p>WordPress. You can do anything you like with WordPress, Drupal&#8230; It is up to you (or the developer if you hire someone)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel mamann resort</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-20118</link>
		<dc:creator>daniel mamann resort</dc:creator>
		<pubDate>Sun, 29 May 2011 03:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-20118</guid>
		<description><![CDATA[Hello would you mind stating which blog platform you&#039;re working with? I&#039;m going to start my own blog soon but I&#039;m having a hard time selecting between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your layout seems different then most blogs and I&#039;m looking for something unique.                  P.S Sorry for being off-topic but I had to ask!]]></description>
		<content:encoded><![CDATA[<p>Hello would you mind stating which blog platform you&#8217;re working with? I&#8217;m going to start my own blog soon but I&#8217;m having a hard time selecting between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your layout seems different then most blogs and I&#8217;m looking for something unique.                  P.S Sorry for being off-topic but I had to ask!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giona</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-18979</link>
		<dc:creator>giona</dc:creator>
		<pubDate>Mon, 28 Feb 2011 11:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-18979</guid>
		<description><![CDATA[Thank you, very useful!]]></description>
		<content:encoded><![CDATA[<p>Thank you, very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-18894</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Thu, 03 Feb 2011 17:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-18894</guid>
		<description><![CDATA[Please update your article!

The code method to exclude multiple categories has changed to the following format:

feed/?cat=-1,-2 

For reference, see this ticket in the Wordpress Trac:
http://core.trac.wordpress.org/ticket/16387]]></description>
		<content:encoded><![CDATA[<p>Please update your article!</p>
<p>The code method to exclude multiple categories has changed to the following format:</p>
<p>feed/?cat=-1,-2 </p>
<p>For reference, see this ticket in the WordPress Trac:<br />
<a href="http://core.trac.wordpress.org/ticket/16387" rel="nofollow">http://core.trac.wordpress.org/ticket/16387</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-18385</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Fri, 24 Dec 2010 09:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-18385</guid>
		<description><![CDATA[Great tip. Thank you for the code in the functions file. I hate plugins, so that solution rocks.]]></description>
		<content:encoded><![CDATA[<p>Great tip. Thank you for the code in the functions file. I hate plugins, so that solution rocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online Blend</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-16266</link>
		<dc:creator>Online Blend</dc:creator>
		<pubDate>Thu, 25 Nov 2010 03:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-16266</guid>
		<description><![CDATA[Excellent post, I love looking up how to do something and finding 4 different ways to do it so I can choose the best for me :) Cheers!]]></description>
		<content:encoded><![CDATA[<p>Excellent post, I love looking up how to do something and finding 4 different ways to do it so I can choose the best for me <img src='http://web-kreation.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-16265</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 24 Nov 2010 20:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-16265</guid>
		<description><![CDATA[What if you have a post in 2 categories?  It seems like if you exclude 1 of the categories the post is in, it will still appear in the feed.

Would you HAVE to exlcude both categories or is there another way to hide that post?

Thanks,

Adam]]></description>
		<content:encoded><![CDATA[<p>What if you have a post in 2 categories?  It seems like if you exclude 1 of the categories the post is in, it will still appear in the feed.</p>
<p>Would you HAVE to exlcude both categories or is there another way to hide that post?</p>
<p>Thanks,</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-15764</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Tue, 13 Jul 2010 08:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-15764</guid>
		<description><![CDATA[Thank you. I&#039;ve been trying to hide my slider and photo gallery category rss feeds by using plugins, but they caused more confusion. Finally I found your article and after a while, got it to work perfectly.
Appreciate your help.... too bad I&#039;m gonna get all the credit for this. :)
Thanks Jeremie.]]></description>
		<content:encoded><![CDATA[<p>Thank you. I&#8217;ve been trying to hide my slider and photo gallery category rss feeds by using plugins, but they caused more confusion. Finally I found your article and after a while, got it to work perfectly.<br />
Appreciate your help&#8230;. too bad I&#8217;m gonna get all the credit for this. <img src='http://web-kreation.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks Jeremie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bad Bone</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comment-7200</link>
		<dc:creator>Bad Bone</dc:creator>
		<pubDate>Fri, 26 Feb 2010 07:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/?p=524#comment-7200</guid>
		<description><![CDATA[Nice article..I tell my friend to read this and bookmark..]]></description>
		<content:encoded><![CDATA[<p>Nice article..I tell my friend to read this and bookmark..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
