• There are some plug-in that the database creates an extra field for each post. For example the field “like” a specific value.

    How to get json response from comprising this field?

    “posts”:[
    {
    “id”:302,
    “type”:”post”,
    “slug”:”302″,
    “like”:12341,
    …..
    }
    …..
    ]

    http://ww.wp.xz.cn/plugins/json-api/

The topic ‘get other fields’ is closed to new replies.