<?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: Using Hierarchical Categories in WordPress Plugins</title>
	<atom:link href="http://www.spontaneousderivation.com/2008/09/21/using-hierarchical-categories-in-wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spontaneousderivation.com/2008/09/21/using-hierarchical-categories-in-wordpress-plugins/</link>
	<description>Shootin&#039; at the walls of heartache, bang bang</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:45:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9124</generator>
	<item>
		<title>By: Arachne Jericho</title>
		<link>http://www.spontaneousderivation.com/2008/09/21/using-hierarchical-categories-in-wordpress-plugins/comment-page-1/#comment-2296</link>
		<dc:creator>Arachne Jericho</dc:creator>
		<pubDate>Sat, 18 Jul 2009 20:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=2031#comment-2296</guid>
		<description>Tags aren&#039;t natively hierarchical in Wordpress, whereas categories (these days) are.  It would take a lot of hackery and knowledge of how Wordpress handles its taxonomies currently (plus Wordpress has been known to change taxonomy implementation on a whim, so that in itself is a bit dangerous). 

Still, it&#039;s an interesting idea for a feature.</description>
		<content:encoded><![CDATA[<p>Tags aren&#8217;t natively hierarchical in WordPress, whereas categories (these days) are.  It would take a lot of hackery and knowledge of how WordPress handles its taxonomies currently (plus WordPress has been known to change taxonomy implementation on a whim, so that in itself is a bit dangerous). </p>
<p>Still, it&#8217;s an interesting idea for a feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Latapie</title>
		<link>http://www.spontaneousderivation.com/2008/09/21/using-hierarchical-categories-in-wordpress-plugins/comment-page-1/#comment-2295</link>
		<dc:creator>David Latapie</dc:creator>
		<pubDate>Wed, 15 Jul 2009 04:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=2031#comment-2295</guid>
		<description>Hello,

I am looking for a way to have hierarchical tags in WordPress (not .com). Like this:
# CSS:font
# IRI is /?tag=CSS and /?tag=CSS:font

&lt;a href=&quot;http://wordpress.org/support/topic/290016?replies=1#post-1138483&quot; rel=&quot;nofollow&quot;&gt;Full discussion: Hierarchical tags&lt;/a&gt;

Any ideas? Thanks

(by the way, Ajax Edit Comments is an excellent idea!)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am looking for a way to have hierarchical tags in WordPress (not .com). Like this:<br />
# CSS:font<br />
# IRI is /?tag=CSS and /?tag=CSS:font</p>
<p><a href="http://wordpress.org/support/topic/290016?replies=1#post-1138483" rel="nofollow">Full discussion: Hierarchical tags</a></p>
<p>Any ideas? Thanks</p>
<p>(by the way, Ajax Edit Comments is an excellent idea!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arachne Jericho</title>
		<link>http://www.spontaneousderivation.com/2008/09/21/using-hierarchical-categories-in-wordpress-plugins/comment-page-1/#comment-1871</link>
		<dc:creator>Arachne Jericho</dc:creator>
		<pubDate>Thu, 09 Oct 2008 17:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=2031#comment-1871</guid>
		<description>Thanks for pointing out the typo---it&#039;s fixed now 

And I&#039;m glad this tip worked for you.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out the typo&#8212;it&#8217;s fixed now </p>
<p>And I&#8217;m glad this tip worked for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paty</title>
		<link>http://www.spontaneousderivation.com/2008/09/21/using-hierarchical-categories-in-wordpress-plugins/comment-page-1/#comment-1870</link>
		<dc:creator>Paty</dc:creator>
		<pubDate>Thu, 09 Oct 2008 16:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.spontaneousderivation.com/?p=2031#comment-1870</guid>
		<description>i replace:

	WHERE tt.term_id IN (&quot;.join(&#039;,&#039;, $incats).&quot;)

for

	WHERE tt.term_id IN (&quot;.join(&#039;,&#039;, $in_cats).&quot;)

and.. work it

thanks!</description>
		<content:encoded><![CDATA[<p>i replace:</p>
<p>	WHERE tt.term_id IN (&#8220;.join(&#8216;,&#8217;, $incats).&#8221;)</p>
<p>for</p>
<p>	WHERE tt.term_id IN (&#8220;.join(&#8216;,&#8217;, $in_cats).&#8221;)</p>
<p>and.. work it</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
