/WP-API-V2-Recipe-Category-Images

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

WP REST API V2 Custom Post Fields

Shows CPT Custom Category image to the WP REST API V2 for posts.


- [Description](#description) - [Installation](#installation) - [Filters](#filters) - [Changelog](#changelog)

Description

Setting up a Custom Post Type (CPT) for recipes, recipe category has been added, and you want to pull recipe category images through the WP V2 API to a mobile app. To add images use the plugin Category and Taxonomy Image with the plugin WP REST API.

Support and Requests please in GitHub.

Installation

This plugin requires having the following plugins installed and activated:

  • Manual Installation:
    Upload the entire /wp-api-v2-recipe-category-images directory to the /wp-content/plugins/ directory.

  • Better Installation:
    Go to Plugins > Add New in your WordPress admin and search for 'WP API V2 Recipe Category Images'.

Once installed, activate 'WP API V2 Recipe Category Images' from WordPress plugins dashboard page and you're ready to go.

This plugin works straight out of the box.

Endpoint

|-----------| | /wp-json/wp/v2/recipe_category/


Changelog
====
#### 0.1 - (20 June 2016) ####
* Initial Release.

<br>
<br>
Props [Torbjorn Zetterlund](https://github.com/tottaz)