Dropdown filter with two different taxonomies
-
Hi,
This is a great plugin.This helps a lot to my project now i have one issue.I have created a filter to filter the posts,pdfs, and images.Below is the code for my filter.
<form id=”attachment-category-form” action=”.” method=”post”>
<div class=”catlist”>Category Search
[mla_term_list taxonomy=”category,attachment_category” mla_item_parameter=”current_category” mla_output=dropdown option_all_text=All option_all_value=all hierarchical=true pad_counts=true use_filters=true mla_option_value=”{+slug+}” mla_phrase_delimiter=’ ‘ mla_phrase_connector=’OR’]
</div>
Tag Search
<div class=”searchlist”>[mla_term_list taxonomy=attachment_tag mla_item_parameter=current_attachment_tag mla_output=dropdown option_all_text=All option_all_value=all hierarchical=true pad_counts=true use_filters=true mla_option_value=”{+slug+}” mla_phrase_delimiter=’ ‘ mla_phrase_connector=’OR’]</div>
Active and Archive Filter
<div class=”searchlist”>[mla_term_list taxonomy=room mla_item_parameter=current_attachment_tag mla_output=dropdown option_all_text=All option_all_value=all hierarchical=true pad_counts=true use_filters=true mla_option_value=”{+slug+}” mla_phrase_delimiter=’ ‘ mla_phrase_connector=’OR’]</div>
Keyword Search
<div class=”searchlist”>[muie_keyword_search mla_phrase_delimiter=’ ‘ mla_phrase_connector=’OR’]</div>
<input id=”category-form-submit” name=”category_form_submit” type=”submit” value=”Search” /></form>[mla_gallery numberposts=6 add_filters_to=any mla_output=”paginate_links,prev_next” post_parent=all link=”{+guid+}” post_type=any post_mime_type=all post_status=any option_all_value=all]
[mla_gallery numberposts=6 add_filters_to=any mla_nolink_text=”No items match the current filter selections.” link=”{+guid+}” post_type=any post_parent=all option_all_value=all post_status=any post_mime_type=all]I want to list out the attachment_category and category taxonomies in the same dropdown and also it should be filter as well.Actually i tried to add the two different taxonomies using comma in the category search but it is not working. can you please me to resolve the issue?
Thanks for all your help.
- The topic ‘Dropdown filter with two different taxonomies’ is closed to new replies.