Querying A Post That Includes Two Taxonomies Using JSON Rest API
Firstly, your problem with the last post type and/or term overwriting all previous is because ‘filter’ is a 2-dimensional array. Therefore ‘taxonomy’ (the key in this case) can only have one value. If that seems odd, read this super helpful page on the plugin’s github that helped me a lot (read this) tldr; term lists … Read more