Title: [Plugin: Taxonomy Dropdown Widget] Filter using multiple dropdowns
Last modified: August 20, 2016

---

# [Plugin: Taxonomy Dropdown Widget] Filter using multiple dropdowns

 *  Resolved [wmboy](https://wordpress.org/support/users/wmboy/)
 * (@wmboy)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-taxonomy-dropdown-widget-filter-using-multiple-dropdowns/)
 * Just wondering if it’s possible to filter 2 different taxonomies at the same 
   time?
 * I’ve got 2 drop-down lists, and when I select an item in the first it redirects(
   as it should), but then when I select an item in the second drop-down it disregards
   what was selected in the first drop-down list.
 *     ```
       <?php $args = array( 'taxonomy' => 'taxonomylocation','select_name' => 'LOCATION');
       if( function_exists( 'taxonomy_dropdown_widget' ) ) echo taxonomy_dropdown_widget( $args, 1); ?>
   
       <?php $args = array( 'taxonomy' => 'taxonomyproductservice','select_name' => 'PRODUCT/SERVICE');
       if( function_exists( 'taxonomy_dropdown_widget' ) ) echo taxonomy_dropdown_widget( $args, 2); ?>
       ```
   
 * [http://wordpress.org/extend/plugins/tag-dropdown-widget/](http://wordpress.org/extend/plugins/tag-dropdown-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Erick Hitter](https://wordpress.org/support/users/ethitter/)
 * (@ethitter)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-taxonomy-dropdown-widget-filter-using-multiple-dropdowns/#post-2829724)
 * Not at this time.
 * Supporting this has some inherent challenges, largely due to the variety of permalink
   structures that sites can use. To support this and maintain nice permalinks, 
   my plugin would need to add a number of additional rewrite rules. Once that is
   done, the priority of taxonomies becomes a challenge as well.
 * If pretty permalinks aren’t a concern for you, it can be done as demonstrated
   at [http://www.ethitter.com/category/wordpress/?tag=logo](http://www.ethitter.com/category/wordpress/?tag=logo).
   I don’t, however, foresee adding this functionality to this plugin given its 
   inherent complexity. If there is sufficient interest, it might be something worthy
   of a new plugin or one that extends this plugin.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Taxonomy Dropdown Widget] Filter using multiple dropdowns’ is
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tag-dropdown-widget.svg)
 * [Taxonomy Dropdown Widget](https://wordpress.org/plugins/tag-dropdown-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tag-dropdown-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tag-dropdown-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/tag-dropdown-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tag-dropdown-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tag-dropdown-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Erick Hitter](https://wordpress.org/support/users/ethitter/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-taxonomy-dropdown-widget-filter-using-multiple-dropdowns/#post-2829724)
 * Status: resolved