<?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: How to: Display your WordPress Tags in a Drop-Down Menu</title>
	<atom:link href="http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Fri, 19 Mar 2010 22:31:16 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 13 Useful Code Snippets for WordPress Development &#171; HUE Designer</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-13405</link>
		<dc:creator>13 Useful Code Snippets for WordPress Development &#171; HUE Designer</dc:creator>
		<pubDate>Wed, 17 Mar 2010 09:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-13405</guid>
		<description>[...] Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: od3n</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-13225</link>
		<dc:creator>od3n</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-13225</guid>
		<description>how to show tags count using any wp function?</description>
		<content:encoded><![CDATA[<p>how to show tags count using any wp function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 13 Useful Code Snippets for WordPress Development &#124; WebsGeek</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-13087</link>
		<dc:creator>13 Useful Code Snippets for WordPress Development &#124; WebsGeek</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-13087</guid>
		<description>[...] Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 37?Wordpress???? &#124; ???</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-13078</link>
		<dc:creator>37?Wordpress???? &#124; ???</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-13078</guid>
		<description>[...] 21.How To Display your WordPress Tags in a Drop-Down Menu [...]</description>
		<content:encoded><![CDATA[<p>[...] 21.How To Display your WordPress Tags in a Drop-Down Menu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giraldi Maggio</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-12913</link>
		<dc:creator>Giraldi Maggio</dc:creator>
		<pubDate>Thu, 11 Feb 2010 04:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-12913</guid>
		<description>Yes, there is actually a way to create custom taxonomies, although only tag style one is currently possible. There is a tutorial on it somewhere in the net. But so far I only use plug-ins for it:

Simple Taxonomies
http://yoast.com/wordpress/simple-taxonomies/

or

Custom Taxonomies
http://nerdlife.net/custom-taxonomies/

The second one allows for a hierarchical version of taxonomies, but I think the plugin has some issues. Nevertheless, it works quite well.

I had tried it on a website that is still in progress, so it&#039;s not online yet. However, you can see a screenshot of it from the link below:

http://www.zumodrive.com/share/3zANNTEwYj

It shows 2 custom taxonomies. I implemented the drop-down method above for the the second one.</description>
		<content:encoded><![CDATA[<p>Yes, there is actually a way to create custom taxonomies, although only tag style one is currently possible. There is a tutorial on it somewhere in the net. But so far I only use plug-ins for it:</p>
<p>Simple Taxonomies<br />
<a href="http://yoast.com/wordpress/simple-taxonomies/" rel="nofollow">http://yoast.com/wordpress/simple-taxonomies/</a></p>
<p>or</p>
<p>Custom Taxonomies<br />
<a href="http://nerdlife.net/custom-taxonomies/" rel="nofollow">http://nerdlife.net/custom-taxonomies/</a></p>
<p>The second one allows for a hierarchical version of taxonomies, but I think the plugin has some issues. Nevertheless, it works quite well.</p>
<p>I had tried it on a website that is still in progress, so it&#8217;s not online yet. However, you can see a screenshot of it from the link below:</p>
<p><a href="http://www.zumodrive.com/share/3zANNTEwYj" rel="nofollow">http://www.zumodrive.com/share/3zANNTEwYj</a></p>
<p>It shows 2 custom taxonomies. I implemented the drop-down method above for the the second one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: estevan carlos benson</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-12911</link>
		<dc:creator>estevan carlos benson</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-12911</guid>
		<description>I&#039;ve been looking around for a way to exclude tags of a category in my list.  It sounds like you&#039;re doing something along the lines of what I want.  I didn&#039;t realize Wordpress offered any taxonomy features.  I was about move over to Drupal.  Anyway, I haven&#039;t thoroughly taken a look at your script or the WP taxonomy features, but how is it working out for you?  Can you show me examples of your use of this customization?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking around for a way to exclude tags of a category in my list.  It sounds like you&#8217;re doing something along the lines of what I want.  I didn&#8217;t realize Wordpress offered any taxonomy features.  I was about move over to Drupal.  Anyway, I haven&#8217;t thoroughly taken a look at your script or the WP taxonomy features, but how is it working out for you?  Can you show me examples of your use of this customization?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: estevan carlos benson</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-12910</link>
		<dc:creator>estevan carlos benson</dc:creator>
		<pubDate>Wed, 10 Feb 2010 19:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-12910</guid>
		<description>Is there a way I can exclude all tags from a certain category?</description>
		<content:encoded><![CDATA[<p>Is there a way I can exclude all tags from a certain category?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 37 Cool Wordpress Hacks And Tutorials You Should Try &#124; Afif Fattouh - Web Specialist</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-12698</link>
		<dc:creator>37 Cool Wordpress Hacks And Tutorials You Should Try &#124; Afif Fattouh - Web Specialist</dc:creator>
		<pubDate>Tue, 26 Jan 2010 07:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-12698</guid>
		<description>[...] 21.How To Display your WordPress Tags in a Drop-Down Menu [...]</description>
		<content:encoded><![CDATA[<p>[...] 21.How To Display your WordPress Tags in a Drop-Down Menu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 37 Cool Wordpress Hacks And Tutorials You Should Try &#124;</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-12690</link>
		<dc:creator>37 Cool Wordpress Hacks And Tutorials You Should Try &#124;</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-12690</guid>
		<description>[...] 21.How To Display your WordPress Tags in a Drop-Down Menu [...]</description>
		<content:encoded><![CDATA[<p>[...] 21.How To Display your WordPress Tags in a Drop-Down Menu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 13 Useful Code Snippets for WordPress Development &#124; Web Design Ledger</title>
		<link>http://wphacks.com/how-to-display-wordpress-tags-dropdown-menu/#comment-12243</link>
		<dc:creator>13 Useful Code Snippets for WordPress Development &#124; Web Design Ledger</dc:creator>
		<pubDate>Tue, 29 Dec 2009 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1111#comment-12243</guid>
		<description>[...] Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Source [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
