Display Dropdown for a specific Parent Category
-
How can I show only the parent attachment_category=”agendas-minutes” in this dropdown and it’s child attachment_categories. For Example, I do not want to show attachment_category=”zoning”.
Screenshot
Code:
<form action=”.” method=”post”>[mla_term_list taxonomy=attachment_category current_attachment_category=”agendas-minutes” mla_output=dropdown mla_option_value=”{+slug+}” show_count=true pad_counts=false ]<input type=”submit” value=”Search” />
</form>
[mla_gallery]
attachment_category=”{+template:({+request:tax_input.attachment_category+}|no-term-selected)+}” post_mime_type=all post_parent=all link=file mla_target=”_blank” mla_viewer=true columns=2 orderby=title order=desc[/mla_gallery]The page I need help with: [log in to see the link]
The topic ‘Display Dropdown for a specific Parent Category’ is closed to new replies.