JSONPress - Allows you to request WordPress site via JSON/JSONP output using standard WordPress query.
Features
- Access JSON via sub domain, ex.
api.example.com
(sub domain must be configured separately)
- Supports
JSONP
callback.
- Easy to debug output using
JSON pretty print
or print_r
.
- You can
exclude columns/data
to be displayed in JSON output.
- You can include
custom fields
too.
- This plugin uses
standard WordPress query
, no SQL hack etc.
- Use
standard WordPress URL
, no need to remember new annoying URL.
- And many more features I don't tell here.
Special
Not only posts/page, you can also call some functions via URL.
Examples:
Hei, how about $args of those functions?
There are many ways to install this plugin, e.g:
- Upload compressed (zip) plugin using WordPress plugin uploader.
- Install using plugin installer in WordPress dashboard.
- Upload manually uncompressed plugin file using FTP.