How to limited JSON API WordPress plugin
-
I want use WordPress for create website, and i want export this site posts with JSON API.
I want limited show posts by category but when click this link : get_category_posts (JSON API plugin in wordpress setting) show me this error :
{“status”:”error”,”error”:”Include ‘id’ or ‘slug’ var in your request.”}
get_category_posts link : link.How can i limited posts by category in JSON API WordPress plugin?
The topic ‘How to limited JSON API WordPress plugin’ is closed to new replies.