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 Categories+Tags

Descrizione

This plugin will allow the inclusion of a given posts categories and tags in both reading from and writing to the WP REST API.

I have also included a few of my own endpoints, (found at: /wp-json/e_ct/v1/) “categories” and “tags.” These endpoints will print out all
categories on that site, and if you provide a post ID it will give you the categories/tags for that post.

NOTE:
For future compatibility I have prefixed everything with “e_”
This is so if the WordPress team eventually supports this functionality, this plugin will not interfear with their API

Installazione

  1. Double check you have the WordPress REST (v2) API installed and active
  2. Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the ‘Plugins’ screen in WordPress

FAQ

None Yet

Ask Away!

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

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

Collaboratori

Traduci “WP API Categories+Tags” 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)

1.0

  • Initial release!