Combine taxonomy or tag id’s in REST API
-
Hay,
Curious to know if anyone knows how to combine taxonomy or tag id’s in a post query. Returning all post results containing category 1 OR category 2 is easy:
https://wordpress.site/wp-json/wp/v2/posts?&category=1,2
But I want to return all post results containing category 1 AND category 2.
Any ideas out there?
Thanks!
Lasse
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Combine taxonomy or tag id’s in REST API’ is closed to new replies.