<?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: Customize Your WordPress-Feeds</title>
	<atom:link href="http://wpengineer.com/291/customize-your-wordpress-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/291/customize-your-wordpress-feeds/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://wpengineer.com/291/customize-your-wordpress-feeds/#comment-3679</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 11 Mar 2010 03:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=291#comment-3679</guid>
		<description>When I place the fb_cat_exclude function in functions.php if excludes the categories for RSS2, RDF and ATOM but not RSS.  Any ideas?
Thanks 
Jason 

function fb_cat_exclude($query) {
    if ($query-&gt;is_feed) {
        $query-&gt;set(&#039;cat&#039;,&#039;-345,-355,-356&#039;);
    }
    return $query;
}
 
add_filter(&#039;pre_get_posts&#039;,&#039;fb_cat_exclude&#039;);</description>
		<content:encoded><![CDATA[<p>When I place the fb_cat_exclude function in functions.php if excludes the categories for RSS2, RDF and ATOM but not RSS.  Any ideas?<br />
Thanks<br />
Jason </p>
<p>function fb_cat_exclude($query) {<br />
    if ($query-&gt;is_feed) {<br />
        $query-&gt;set('cat','-345,-355,-356');<br />
    }<br />
    return $query;<br />
}</p>
<p>add_filter('pre_get_posts','fb_cat_exclude');</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/291/customize-your-wordpress-feeds/#comment-930</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 03 Apr 2009 05:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=291#comment-930</guid>
		<description>I think, you have an error in your install, you have not content in your feed. Maybe; copy all files and folder of WP new,not overwrite, new copy.</description>
		<content:encoded><![CDATA[<p>I think, you have an error in your install, you have not content in your feed. Maybe; copy all files and folder of WP new,not overwrite, new copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onsetonair</title>
		<link>http://wpengineer.com/291/customize-your-wordpress-feeds/#comment-928</link>
		<dc:creator>onsetonair</dc:creator>
		<pubDate>Thu, 02 Apr 2009 21:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=291#comment-928</guid>
		<description>Hi, this looks quite interesting. When I get my feeds working, I&#039;ll probably use that.

Would you know how to get my feeds working in wordpress? It keeps saying that the URL doesn&#039;t exist and I don&#039;t know how to create it.</description>
		<content:encoded><![CDATA[<p>Hi, this looks quite interesting. When I get my feeds working, I'll probably use that.</p>
<p>Would you know how to get my feeds working in wordpress? It keeps saying that the URL doesn't exist and I don't know how to create it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://wpengineer.com/291/customize-your-wordpress-feeds/#comment-823</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 10 Mar 2009 14:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=291#comment-823</guid>
		<description>Our pleasure Jen!</description>
		<content:encoded><![CDATA[<p>Our pleasure Jen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://wpengineer.com/291/customize-your-wordpress-feeds/#comment-795</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Thu, 05 Mar 2009 22:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=291#comment-795</guid>
		<description>Thank you for the tips on Wordpress feeds.</description>
		<content:encoded><![CDATA[<p>Thank you for the tips on WordPress feeds.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

