Hello there
I have a custom post with custom taxonomies in a hierarchical structure . something like:
Variations (taxonomie name)
---Colors
------Blue
------Red
Sizes
---Man
------01
------02
And so on. I want to show only the "colors" subset of a product within the loop. What is the best way to archive that?
Thanks a lot,