I need to call from a wordpress page, the content that I can edit in wp-admin on that page.
It’s a page, and not a post.
Can anyone provide me with the code that I need to access the WP JSON API?
It needs to be JSONP as the call is made from a HTML hosted on another server.
I found this WP plugin: http://wordpress.org/extend/plugins/json-api/
Thanks in advance!
Andrei
According to that API, you specify
get_page
and the page id, like so: