• I want to get posts from custom taxonomy e.g. poets

    http://punjabireel.com/wp-json/wp/v2/poets
    Above link gives me the details of poets.

    http://punjabireel.com/wp-json/wp/v2/posts?filter[poet]=poet-name
    This gives the list of posts under passed poet name. This works for both poet name and slug.
    But I want to work it similar as categories and tags.

    http://punjabireel.com/wp-json/wp/v2/posts?filter[cat]=catId
    Can we pass the poetId instead of name/slug to make it work like other taxonomies.

    https://ww.wp.xz.cn/plugins/rest-api/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘get posts from custom taxonomy’ is closed to new replies.