It’s not public right now, it’s local, in my pc.
However Woocommerce is not involved, is just a taxonomy dropdown filter plugin called Beautiful taxonomy filters
Thank you Josue,
But what I don’t get is how to put php code for my filter:
As my dropdown menu involves php code in order to select the taxonomies, should I insert the code directly in a text block with some php plugin?
Thank you Josue,
But I don’t get it….
I can add the filter, but my query depends on some parameters (dropdown menus) in order to do the filter.
As the dropdown menu involves php code, I don’t know where to insert it. Should I had a new shortcode to config-template-builder/avia-shortcodes?
Thank you!
Thank you, it works!
Another cuestion related to my custom types:
I have several taxonomies for software: age, type of licence…
By default I would like to show all the sofware (I need to choose one taxonomy, so I choose one and mark all the values in order to appear in the blog).
Is there any way I can filter posts by taxonomy inside my blog page? Should i modify function query_entries($params) in blog.php?
Thank you very much again!