I am trying to make an android app for a wordpress website. But unable to get the JSON of post. I tried with two pluginsThese are the plugins of the website for JSON
- WP Rest API
- JSON API
WP Rest API is returning this
[]
and JSON API is returning this
{
"status": "ok",
"count": 0,
"pages": 0,
"category": {
"id": 21,
"slug": "maths",
"title": "Maths",
"description": "",
"parent": 13,
"post_count": 3
},
"posts": []
}
According to me this problem is due to any other plugin. But I am unable to find the solution
API using for JSON 1. with JSON API plugin I am using this link http://iitianlogic.com/custom/get_category_posts/ and posting id=4