or can you tell me how to filter posts by taxonomy, cat and category name
I have tried to use it as 1/posts/cat:23
or http://example.com/wp_api/v1/posts/taxonomy:ad_cat?terms_id_str:43
I am failing to get a response. It says Nothing Found. Help
I am using this api on my site http://echoapp.im. I want to be able to filter posts as per taxonomy. My challenge is I can filter. Can you please provide a url i can use in json format. Everything is default on this site.
so I get all post using http://echoapp.im/wp_api/v1/posts
what if I want to get only specific posts from a category which is in a taxonomy. Is there a way to filter?