這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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