pick a sub-category taxonomy
Hi, I have a parent category of activity, and sub categories of riding, diving etc I'd like to be able to PICK multiple sub categories. I know I can filter for category taxonomies (tx.taxonomy = 'category'), but how can I extend the filter to only retrieve sub categories of the parent 'activity'.
edited Jan 25 at 6:45
2 Answers
Maybe try tx.parent = ID_OF_ACTIVITY
Cool - that works perfectly - many thanks.


