Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WP API Shortcodes

Descrizione

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

Installazione

  1. Upload wpapi-shortcodes-and-widgets directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

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.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“WP API Shortcodes” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “WP API Shortcodes” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

2.0

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

1.0

2015/03/18 released