json - How to get post category name -
how post category name using angularjs wp-json in wordpress
{{post.title}}
working {{post.content}}
working {{post.terms.category.name}}
not working or {{post.category.name}}
not working
thanks
with {{post.terms.category.name}}
coming close. {{post.terms.category}}
contains array. have loop through these values.
to test can use first item in line: {{post.terms.category[0].name}}
should work example.
Comments
Post a Comment