Multiple taxonomy filter terms
-
Hi there,
I was wondering if someone would be able to help me with the following query? I’m trying to filter multiple taxonomy results. So for instance how would I be able to filter the event_type by ‘festival’ and ‘party’. If it was just ‘festival’, I’d go for:
http://example.com/wp-json/posts?type=event&filter[taxonomy]=event_type&filter[term]=festivalBut for multiple, I’m not sure. I’ve tried:
http://example.com/wp-json/posts?type=event&filter[taxonomy]=event_type&filter[term]=festival&filter[taxonomy]=event_type&filter[term]=partyUnfortunately this doesn’t work.
Any help would be greatly appreciated.
Chris
The topic ‘Multiple taxonomy filter terms’ is closed to new replies.