Açıklama
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"]
Yükleme
- Upload
wpapi-shortcodes-and-widgets
directory to the/wp-content/plugins/
directory - Eklentiyi WordPress ‘Eklentiler’ bölümünden etkinleştirin
SSS
- 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.
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“WP API Shortcodes” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“WP API Shortcodes” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.
Değişiklik Kaydı
2.0
2016/01/05 Support WP REST API(Version2)
1.0
2015/03/18 released