>
Download This Plugin | |
Download Elegant Themes | |
Name | JSONPress |
Version | 0.3 |
Author | Takien |
Rating | 0 |
Last updated | 2013-08-28 10:37:00 |
Downloads |
753
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
JSONPress plugin added 12 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
JSONPress plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! JSONPress plugin ads no tables to your Wordpress blog database.JSONPress - Allows you to request WordPress site via JSON/JSONP output using standard WordPress query.
api.example.com
(sub domain must be configured separately)JSONP
callback.JSON pretty print
or print_r
.exclude columns/data
to be displayed in JSON output.custom fields
too.standard WordPress query
, no SQL hack etc.standard WordPress URL
, no need to remember new annoying URL.Not only posts/page, you can also call some functions via URL.
Examples:
example.com/get/wp_list_categories
to displays list categories in JSON formatexample.com/get/wp_list_pages
to displays list pagesexample.com/get/wp_nav_menu
to displays menusHei, 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?