WP API Shortcodes
Simple Shortcode Plugin to get WordPress data from WP REST API(Version2)
Maintenance 20/1003648d since update
Active installs
10
Downloads
1,570
Reviews
0
Age
10.8y
Tagswp-api
Plugin info
Total downloads: 1,570
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 1/5/2016 (3648 days ago)
Added to WordPress: 3/30/2015 (10 years old)
Minimum WordPress version: 4.1.0
Tested up to WordPress version: 4.3.34
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3648 days ago
20/100
Is WP API Shortcodes abandoned?
Possibly abandoned (last update 3648 days ago).
Compatibility
Requires WordPress: 4.1.0
Tested up to: 4.3.34
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
JWT Authentication for WP REST API
Rating 4.4/5 (51 reviews) • Active installs 60,000
ACF to REST API
Rating 4.9/5 (34 reviews) • Active installs 30,000
REST API Meta Support
Rating 5.0/5 (2 reviews) • Active installs 6,000
REST API Log
Rating 3.6/5 (24 reviews) • Active installs 5,000
WP API Menus
Rating 5.0/5 (8 reviews) • Active installs 2,000
Password Reset with Code for WordPress REST API
Rating 5.0/5 (10 reviews) • Active installs 1,000
Description
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"]
Installation
- Upload
wpapi-shortcodes-and-widgetsdirectory to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
What type can get WP-API ?
shortcodes can get ‘posts’,’pages’,’media’.
Can I use WP REST API(Version1)?
Sorry, this plugin does not supported.
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
2.0
2016/01/05 Support WP REST API(Version2)
1.0
2015/03/18 released