WP Manifestindependent plugin directory
manifest / content / recipe-cpt

Recipe CPT

A recipe custom post type.

by Andy Fragen · github.com/afragen/recipe-cpt · website

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/afragen/recipe-cpt/archive/refs/heads/master.zip

Declares an update source (https://github.com/afragen/recipe-cpt), so updates arrive through the plugin's own updater.

From the readme

Recipe CPT Contributors: Andy Fragen Stable tag: master Plugin URI: https://food.thefragens.com/ License: MIT Requires at least: 4.8 Requires PHP: 7.0 A recipe custom post type. Description This plugin creates a recipe custom post type and several associated taxonomies. It uses composer install afragen/simple-cpt. It is not i18n compliant. I made this for my wife's recipe site.

Read the full README on GitHub →