विवरण
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"]
इंस्टॉलेशन
- Upload
wpapi-shortcodes-and-widgets
directory to the/wp-content/plugins/
directory - वर्डप्रैस के प्लगइन मेनू के द्वारा इस प्लगइन को सक्रिय करें
सामान्य प्रश्न
- 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.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “WP API Shortcodes” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
2.0
2016/01/05 Support WP REST API(Version2)
1.0
2015/03/18 released