<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WordPress Category Feed Links in Your Post Meta Data Section</title>
	<atom:link href="http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/</link>
	<description>Helping you learn more and do more with WordPress</description>
	<lastBuildDate>Wed, 22 May 2013 22:27:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Managing Multiple Authors: Customizing the Author Bio Box &#171; Lorelle on WordPress</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-940959</link>
		<dc:creator><![CDATA[Managing Multiple Authors: Customizing the Author Bio Box &#171; Lorelle on WordPress]]></dc:creator>
		<pubDate>Sat, 04 Jun 2011 01:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-940959</guid>
		<description><![CDATA[[...] in Managing Multiple Authors: Customizing the WordPress Author Page with a little help to put the list into a real sentence structure from Otto of Otto on [...]]]></description>
		<content:encoded><![CDATA[<p>[...] in Managing Multiple Authors: Customizing the WordPress Author Page with a little help to put the list into a real sentence structure from Otto of Otto on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Separating Comments and Trackbacks in WordPress - The Answer &#171; Lorelle on WordPress</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-913294</link>
		<dc:creator><![CDATA[Separating Comments and Trackbacks in WordPress - The Answer &#171; Lorelle on WordPress]]></dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-913294</guid>
		<description><![CDATA[[...] WordPress Category Feed Links in Your Post Meta Data Section [...]]]></description>
		<content:encoded><![CDATA[<p>[...] WordPress Category Feed Links in Your Post Meta Data Section [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloggeri dezordonati? &#124; Nosfer's blog</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-909365</link>
		<dc:creator><![CDATA[Bloggeri dezordonati? &#124; Nosfer's blog]]></dc:creator>
		<pubDate>Tue, 23 Sep 2008 12:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-909365</guid>
		<description><![CDATA[[...] Despre feed-uri pe categorii la Lorelle. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Despre feed-uri pe categorii la Lorelle. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-814775</link>
		<dc:creator><![CDATA[Otto]]></dc:creator>
		<pubDate>Fri, 14 Dec 2007 18:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-814775</guid>
		<description><![CDATA[Ahh, if only I had known PHP as well then as I do now.

This will do the same thing, only much better.

Fixed:
&lt;code&gt;
$cats = get_the_category();
foreach ($cats as $cat) {
$catlinks[] = &#039;&lt;a href=&quot;&#039;
.get_category_rss_link(false,$cat-&gt;cat_ID,$cat-&gt;category_nicename)
.&#039;&quot;&gt;&#039;.$cat-&gt;cat_name.&#039;&lt;/a&gt;&#039;;
}
echo implode(&#039; and &#039;, 
array(implode(&#039;, &#039;, array_slice($catlinks,0,-1)), 
$catlinks[count($catlinks) -1]));
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Ahh, if only I had known PHP as well then as I do now.</p>
<p>This will do the same thing, only much better.</p>
<p>Fixed:<br />
<code><br />
$cats = get_the_category();<br />
foreach ($cats as $cat) {<br />
$catlinks[] = '&lt;a href="'<br />
.get_category_rss_link(false,$cat-&gt;cat_ID,$cat-&gt;category_nicename)<br />
.'"&gt;'.$cat-&gt;cat_name.'&lt;/a&gt;';<br />
}<br />
echo implode(' and ',<br />
array(implode(', ', array_slice($catlinks,0,-1)),<br />
$catlinks[count($catlinks) -1]));<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izrul</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-636155</link>
		<dc:creator><![CDATA[Izrul]]></dc:creator>
		<pubDate>Thu, 27 Sep 2007 18:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-636155</guid>
		<description><![CDATA[Thank you for the script. It really helps.]]></description>
		<content:encoded><![CDATA[<p>Thank you for the script. It really helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle VanFossen</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-244910</link>
		<dc:creator><![CDATA[Lorelle VanFossen]]></dc:creator>
		<pubDate>Fri, 27 Apr 2007 05:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-244910</guid>
		<description><![CDATA[As a follow up, there are feeds for authors in WordPress.

example.com/authorname/feed/

You can read more in &lt;a href=&quot;http://www.blogherald.com/2007/04/12/blog-herald-feeds-and-customizing-your-wordpress-blog-feeds/&quot; title=&quot;Blog Herald Feeds and Customizing Your WordPress Blog Feeds&quot; rel=&quot;nofollow&quot;&gt;Blog Herald Feeds and Customizing Your WordPress Blog Feeds&lt;/a&gt; and &lt;a href=&quot;http://lorelle.wordpress.com/2007/01/24/understanding-using-and-customizing-wordpress-blog-feeds/&quot; title=&quot;Understanding, Using and Customizing WordPress Blog Feeds&quot; rel=&quot;nofollow&quot;&gt;Understanding, Using and Customizing WordPress Blog Feeds&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>As a follow up, there are feeds for authors in WordPress.</p>
<p>example.com/authorname/feed/</p>
<p>You can read more in <a href="http://www.blogherald.com/2007/04/12/blog-herald-feeds-and-customizing-your-wordpress-blog-feeds/" title="Blog Herald Feeds and Customizing Your WordPress Blog Feeds" rel="nofollow">Blog Herald Feeds and Customizing Your WordPress Blog Feeds</a> and <a href="http://lorelle.wordpress.com/2007/01/24/understanding-using-and-customizing-wordpress-blog-feeds/" title="Understanding, Using and Customizing WordPress Blog Feeds" rel="nofollow">Understanding, Using and Customizing WordPress Blog Feeds</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Battle: Permalinks Versus Folder Links &#171; Lorelle on WordPress</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-191128</link>
		<dc:creator><![CDATA[Battle: Permalinks Versus Folder Links &#171; Lorelle on WordPress]]></dc:creator>
		<pubDate>Wed, 21 Mar 2007 15:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-191128</guid>
		<description><![CDATA[[...] WordPress Category Feed Links in Your Post Meta Data Section [...]]]></description>
		<content:encoded><![CDATA[<p>[...] WordPress Category Feed Links in Your Post Meta Data Section [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indecisions &#187; Wordpress: RSS a Category</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-182016</link>
		<dc:creator><![CDATA[Indecisions &#187; Wordpress: RSS a Category]]></dc:creator>
		<pubDate>Sat, 24 Feb 2007 08:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-182016</guid>
		<description><![CDATA[[...] took ages to work this out or find for that matter so here it is plain and simple. Huge thanks to Lorelle@wordpress and especially Otto42 (as lorelle pointed out, thanx  ) for the code that broke the drought. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] took ages to work this out or find for that matter so here it is plain and simple. Huge thanks to Lorelle@wordpress and especially Otto42 (as lorelle pointed out, thanx  ) for the code that broke the drought. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indecisions &#187; Wordpress: RSS a Category</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-181257</link>
		<dc:creator><![CDATA[Indecisions &#187; Wordpress: RSS a Category]]></dc:creator>
		<pubDate>Wed, 21 Feb 2007 02:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-181257</guid>
		<description><![CDATA[[...] took ages to work this out or find for that matter so here it is plain and simple. Huge thanks to Lorelle@wordpress for the code that broke the drought. Checkout that link for more on this [...]]]></description>
		<content:encoded><![CDATA[<p>[...] took ages to work this out or find for that matter so here it is plain and simple. Huge thanks to Lorelle@wordpress for the code that broke the drought. Checkout that link for more on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceirwyn</title>
		<link>http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-79664</link>
		<dc:creator><![CDATA[Ceirwyn]]></dc:creator>
		<pubDate>Mon, 20 Nov 2006 23:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2006/06/02/wordpress-category-feed-links-in-your-post-meta-data-section/#comment-79664</guid>
		<description><![CDATA[I guess your next challenge Lorelle should be to make them do feeds for authors.]]></description>
		<content:encoded><![CDATA[<p>I guess your next challenge Lorelle should be to make them do feeds for authors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
