<?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/"
	xmlns:georss="http://www.georss.org/georss" 
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>bioneural.net &#187; apache</title>
	<atom:link href="http://www.bioneural.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bioneural.net</link>
	<description>bioneural.net is for stuff worth sharing: commentary by Bruce McKenzie. Major topics covered are gadgets, informatics, Internet, Mac, mobile, musings, New Zealand, photography, Project Koru, quicklinks, rant, rave, travel and Windows</description>
	<lastBuildDate>Fri, 09 Apr 2010 21:57:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<image>
		<title>bioneural.net</title>
		<url>http://www.bioneural.net/images/kiwi-yellow-64px.png</url>
		<link>http://www.bioneural.net</link>
		<width>64</width>
		<height>64</height>
		<description>bioneural.net</description>
	</image>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Customizing feeds in WordPress 2.x</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x#comments</comments>
		<pubDate>Thu, 20 Jul 2006 22:17:03 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/2006/07/20/customizing-feeds-in-wordpress-2x/</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This is not as easy as it sounds, especially given that WordPress offers a variety of feed formats and the lead developer attests to its flexibility. After much frustration, a bit of help here and there, and a large dollop of trial-and-error, I finally figured out how to serve both a summary and a full-text feed, and to exclude a single category from one of them.


What did work is broke

Matt said:


...WordPress has the most comprehensive RSS support of any product I've seen: we produce a regular site feed, a site comments feed, a feed for every category, a comments feed for every post, a feed for every search, a feed for every month, and you can even combine and exclude categories to create a very customized category feed. All in 4+ flavors of RSS and Atom, with RSS 2.0 being the default.

Were to start? I started with this post, initially modifying my root index.php file as per the following (where category id=16 is the one I want to exclude from the "9rules" feed type):




The 9rules feed generated a WordPress database error; the other two feeds worked correctly! I then reverted to the original index.php file and tried Ben's suggestion (made in a comment on the above page) to use .htaccess. Whereas this worked (showing posts only in category 16):


# Test to show bookmarks only
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=16 [R,L]


This did not:


# Create a feed for 9rules.com excluding bookmarks
RewriteBase /
RewriteRule ^9rules/feed/?$ /index.php?&feed=rss2&cat=-16 [R,L]


So apparently you can't use cat=-(n) anymore; Ben subsequently confirmed ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2006%2F07%2F20%2Fcustomizing-feeds-in-wordpress-2x%2F&amp;seed_title=Customizing+feeds+in+WordPress+2.x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
	</channel>
</rss>
