Hi
i would like to output the child taxonomy terms filtered by their parent id, passed in via views shortcode.
according to this article, this should be possible:
https://toolset.com/forums/topic/i-want-to-display-child-texonomy-list-buy-parent-texonomy-id-in-view/
"Set the parent term ID in the Query Filter, or set is as a shortcode attribute"
unfortunately, it's not mentioned, what is the name of the shortcode parameter to use. can you shed some light on this?
Thank you!
I found one possible solution:
Wrap the view into another view that filters by term-id. there it's possible to set the shortcode parameter. inside this loop call the view with the child items, set to filter by the parent view.