Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 73026

Filtering gallery with multiple Att. Tags on wordpress page

$
0
0

Replies: 0

Hi,
First, I would like to thank you for you awesome and complete plugin. I bet you spend a lot of time developing this and yet it’s free.

I have a little trouble understanding the operation of the plugin, so I came here to explain what I want to do to know if it’s possible or not, because I don’t want to spend a lot of time on something that, after all, is impossible.

I have a bunch of medias (only pictures) that have a small set of tags (Att. Tags). I would like to be able, through a gallery on a WordPress page, to filter these pictures with these tags. The tags should be displayed with checkboxes, and multiple selection should be allowed.

Is it possible to do that ? I think so because it’s “basic” but I can’t figure it out how to.

Here is what I got but multiple selection is not working, only single selection:


<form id="mla-text-form" action="." method="post" class="row">
<strong>Att. Tags</strong>
[mla_term_list taxonomy=attachment_tag mla_output=checklist mla_option_value="{+slug+}" show_count=true pad_counts=false ]

<input id="text-form-submit" name="text_form_submit" type="submit" value="Search" />
</form>

<h3>Gallery</h3>
[mla_gallery]
attachment_tag="{+template:({+request:tax_input.attachment_tag+}|no-term-selected)+}"
[/mla_gallery]

Viewing all articles
Browse latest Browse all 73026

Trending Articles