Multiple filters by taxonomy terms
-
Hi
I want to create a filter similar to thisIn the example, filters work on tags and categories but I want to filter taxonomies and taxonomy terms.
I tried the code below but it does not work
How can I fix it?
Thanks<!--test filter--> <ul class="advanced-filter-menu" data-type="radio" data-parameter="taxonomy"> <li> <input id="cat-studi" name="radio-group" value="my_taxonomy" type="radio"> <label for="cat-studi">My taxonomy</label> </li> </ul> <select class="advanced-filter-menu" data-type="select" data-parameter="taxonomy_terms"> <option value="conservatore">My taxonomy terms</option> </select> <button type="button" class="submit btn btn-readmore mt-40 mb-40" id="apply-filters"><i class="fa fa-check"></i> Apply Filters</button>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Multiple filters by taxonomy terms’ is closed to new replies.