विवरण
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 - Activate the plugin through the ‘Plugins’ menu in WordPress
प्रश्नोत्तर
- 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.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“WP API Shortcodes” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“WP API Shortcodes” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
2.0
2016/01/05 Support WP REST API(Version2)
1.0
2015/03/18 released