<?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: Display custom taxonomy terms in a dropdown menu</title>
	<atom:link href="http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 24 Nov 2011 11:37:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Musti</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-233</link>
		<dc:creator>Musti</dc:creator>
		<pubDate>Thu, 24 Nov 2011 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-233</guid>
		<description>Is there any way to filter retrieved terms by a custom category? 
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Is there any way to filter retrieved terms by a custom category?<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-227</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 23 Aug 2011 20:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-227</guid>
		<description>I&#039;m with Gian and Wendy....can it be limited to one category or custom post type?</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Gian and Wendy&#8230;.can it be limited to one category or custom post type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-184</link>
		<dc:creator>Wendy</dc:creator>
		<pubDate>Thu, 17 Mar 2011 19:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-184</guid>
		<description>Hi -- thanks for a wonderful tutorial that is a solution I really need. Everything is working perfectly, except that the results page shows all of the taxonomy, not just the selected one. Oddly, the count for the taxonomy terms is correct. 

I am using custom post type, but I was able to get the dropdown drawing from that type. It&#039;s picking up the custom taxonomy that only appears in that custom post type, but displaying all results for the entire custom taxonomy. 

Any ideas? I am so close.</description>
		<content:encoded><![CDATA[<p>Hi &#8212; thanks for a wonderful tutorial that is a solution I really need. Everything is working perfectly, except that the results page shows all of the taxonomy, not just the selected one. Oddly, the count for the taxonomy terms is correct. </p>
<p>I am using custom post type, but I was able to get the dropdown drawing from that type. It&#8217;s picking up the custom taxonomy that only appears in that custom post type, but displaying all results for the entire custom taxonomy. </p>
<p>Any ideas? I am so close.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucky_girl</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-181</link>
		<dc:creator>lucky_girl</dc:creator>
		<pubDate>Fri, 18 Feb 2011 07:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-181</guid>
		<description>I think you are good at creating a drop down menu, . so i really need your help, i want to create a dropdown menu for my website, but i have no experience, can you recommand some tools or books about it? Thanks to you!</description>
		<content:encoded><![CDATA[<p>I think you are good at creating a drop down menu, . so i really need your help, i want to create a dropdown menu for my website, but i have no experience, can you recommand some tools or books about it? Thanks to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gian</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-175</link>
		<dc:creator>Gian</dc:creator>
		<pubDate>Sun, 05 Dec 2010 16:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-175</guid>
		<description>Hi, I am using your code and find it very useful for what I needed.

I just got a little problem with it. I am using the dropdown for some &quot;events&quot; custom types, and i set a query to display only the event that are to come, with a custom type, like so:

&lt;code&gt;&amp;meta_value=&#039; . $todaysDate . &#039;&amp;orderby=meta_value&amp;order=ASC&#039;);
?&gt;

Now, is there a way to adapt your code so that it pulls &quot;terms&quot; only from those &quot;events&quot; with the custom field not older that the today&#039;s date?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, I am using your code and find it very useful for what I needed.</p>
<p>I just got a little problem with it. I am using the dropdown for some &#8220;events&#8221; custom types, and i set a query to display only the event that are to come, with a custom type, like so:</p>
<p><code>&amp;meta_value=' . $todaysDate . '&amp;orderby=meta_value&amp;order=ASC');<br />
?&gt;</p>
<p>Now, is there a way to adapt your code so that it pulls "terms" only from those "events" with the custom field not older that the today's date?</p>
<p>Thanks in advance.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slashas</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-83</link>
		<dc:creator>slashas</dc:creator>
		<pubDate>Thu, 29 Jul 2010 15:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-83</guid>
		<description>Hi Hugo,
I wrote mini tutorial about multiple taxonomies dropdown:
http://www.aroundwp.com/multiple-taxonomies-in-a-dropdown-menus/</description>
		<content:encoded><![CDATA[<p>Hi Hugo,<br />
I wrote mini tutorial about multiple taxonomies dropdown:<br />
<a href="http://www.aroundwp.com/multiple-taxonomies-in-a-dropdown-menus/" rel="nofollow">http://www.aroundwp.com/multiple-taxonomies-in-a-dropdown-menus/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-82</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-82</guid>
		<description>Sorry i added some come that didnt show in the comment. Like i was saying...

In one page have: dropdown_tag cinema order=asc
and in other page: dropdown_tag theater order=asc</description>
		<content:encoded><![CDATA[<p>Sorry i added some come that didnt show in the comment. Like i was saying&#8230;</p>
<p>In one page have: dropdown_tag cinema order=asc<br />
and in other page: dropdown_tag theater order=asc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.aroundwp.com/display-custom-taxonomy-terms-in-a-dropdown-menu/comment-page-1/#comment-81</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundwp.com/?p=86#comment-81</guid>
		<description>First congratulations for your website, its just amazing, you have all the best tutorials about wordpress 3.0. 

Your code works like a charm, but what about multiple taxonomies dropdown? Like if you have one taxonomy named cinema and from there you shown the hierarchical taxonomies, like citys. Ex:

Cinema:
-New York
- Chicago

Theater
- New York
- Chicago

And then have:  in one page and have:
 in another page. 

I tried to duplicating the jumpto.php file, changing the name and adding another line in the functions, just to see the error eh, and it gave me: Cannot redeclare dropdown_tag(), of course. So maybe there is a way to acomplish this, now iam exploring the source code of this plugin: http://wordpress.org/extend/plugins/nktagcloud/.

Is it possible to change your code to have multiple taxonomies dropdowns?</description>
		<content:encoded><![CDATA[<p>First congratulations for your website, its just amazing, you have all the best tutorials about wordpress 3.0. </p>
<p>Your code works like a charm, but what about multiple taxonomies dropdown? Like if you have one taxonomy named cinema and from there you shown the hierarchical taxonomies, like citys. Ex:</p>
<p>Cinema:<br />
-New York<br />
- Chicago</p>
<p>Theater<br />
- New York<br />
- Chicago</p>
<p>And then have:  in one page and have:<br />
 in another page. </p>
<p>I tried to duplicating the jumpto.php file, changing the name and adding another line in the functions, just to see the error eh, and it gave me: Cannot redeclare dropdown_tag(), of course. So maybe there is a way to acomplish this, now iam exploring the source code of this plugin: <a href="http://wordpress.org/extend/plugins/nktagcloud/" rel="nofollow">http://wordpress.org/extend/plugins/nktagcloud/</a>.</p>
<p>Is it possible to change your code to have multiple taxonomies dropdowns?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

