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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -