ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

WP API Shortcodes

აღწერა

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"]

დაყენება

  1. Upload wpapi-shortcodes-and-widgets directory to the /wp-content/plugins/ directory
  2. 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.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“WP API Shortcodes” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ WP API Shortcodes თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

2.0

2016/01/05 Support WP REST API(Version2)

1.0

2015/03/18 released