Get custom post type posts by term
-
Hi Authors,
I had a custom post type registered before I use the wp rest api for mobile.
I was able to get the posts under this cpt, the problem is how can I filter this cpt by term or by term_id.
The documentation so far does not offer this.
Been trying to work on this :
wp-json/wp/v2/posts/?taxonomy=job-type&term=manageron my case :
wp-json/wp/v2/posts/?taxonomy=job-type&term=business
wp-json/wp/v2/posts/?taxonomy=category&term=businessbut it display all posts without filtering.
- The topic ‘Get custom post type posts by term’ is closed to new replies.