• 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]=festival

    But 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]=party

    Unfortunately this doesn’t work.

    Any help would be greatly appreciated.

    Chris

    https://wordpress.org/plugins/json-rest-api/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Multiple taxonomy filter terms’ is closed to new replies.