Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP API Categories+Tags

Descripción

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

Instalación

  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

Preguntas frecuentes

None Yet

Ask Away!

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“WP API Categories+Tags” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “WP API Categories+Tags” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.0

  • Initial release!