JSONPress – Allows you to request WordPress site via JSON/JSONP output.
| Author: | Takien (profile at wordpress.org) |
| WordPress version required: | 3.5.1 |
| WordPress version tested: | 3.6 |
| Plugin version: | 0.3 |
| Added to WordPress repository: | 27-08-2013 |
| Last updated: | 28-08-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | |
| Total downloads: | 2 651 |
| Active installs: | 10+ |
![]() Click to start download |
|
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
JSONPcallback. - Easy to debug output using
JSON pretty printorprint_r. - You can
exclude columns/datato be displayed in JSON output. - You can include
custom fieldstoo. - 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:
example.com/get/wp_list_categoriesto displays list categories in JSON formatexample.com/get/wp_list_pagesto displays list pagesexample.com/get/wp_nav_menuto displays menus
Hei, how about $args of those functions?
* example.com/get/wp_list_categories?args[orderby]=ID&args[exclude]=1,3,4&args[child_of]=2 etc. cool, right?
Screenshots
FAQ
ChangeLog





