wpapi-shortcodes-and-widgets

get WP-API's data, making original widget and shortcodes.

Author:Hidetaka Okamoto (profile at wordpress.org)
WordPress version required:4.1.0
WordPress version tested:4.3.33
Plugin version:2.0.0
Added to WordPress repository:30-03-2015
Last updated:05-01-2016
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:http://wordpress.org/plugins/wpapi-shortcodes...
Total downloads:1 449
Active installs:10+
plugin download
Click to start download

You can use Simple Shortcode [wpapi-posts].
This shortcode can get many data from WP REST API(Version2).

Shortcode Example

Get 10 post from own Site

[wpapi-posts]

Get 5 Posts from http://example.com/ writing about ‘WP-API’

[wpapi-posts s="WP-API" url="http://example.com/" posts_per_page="5"]

Get 10 Pages from own Site

[wpapi-posts type="pages"]

Get 10 Thumbnail Images

[wpapi-posts type="media" size="thumbnail"]

FAQ
ChangeLog