This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Recipes

Description

Adds recipe post type, alowing you to add and manage recipes on your website. Supports archives and comments and has easy recipe ingredients and instructions management.
Create, manage and publish your best recipes on your own website of blog. WP-Recipe is built out of custom post type (recipe) with multiple taxonomy support, ratings and interchangable formats.
This is not another “add recipe to post” plgin, this is a “recipy post type” plugin, with custom template files included!

Feature overview:

  • Add and manage ingredients
  • Add and manage cooking instructions
  • Recipe origin and meal type taxonomies (category)
  • Custom recipe tags

Future features:

  • Degraded HTML5 support (currently only html5 browsers are fully supported)
  • Multi Language support
  • General settings with unit type setting
  • hRecipe in templates
  • Export recipe to recireML and other interchangable file formats

Requirements:

  • WordPress 3.0 or newer
  • Browser HTML5 Support (currently only Google Chrome, Apple Safari and Opera). Degraded support is planned in the near future.
  • Recipe origin and meal type taxonomies (category)
  • Custom recipe tags

Screenshots

  • Recipe instructions panel
  • Recipe ingredients panel
  • General recipe info and Featured image
  • Recipe origin, meal types and tag taxonomies

Installation

  • Upload the plugin to your plugin folder (e.g. /wp-content/plugins/wp-recipe/)
  • Copy the template files from the template folder to your activated theme folder (e.g. /wp-content/plugins/wp-recipe/templates/ -> your theme)
  • Activate the plugin
  • Visit the Settings->Permalink page, and update the permalink structure to “/%category%/%postname%/”

FAQ

I get a 404 if I visit the recipe post on the site

Make sure you update your permalink structure. Just opening the Settings -> Permalinks admin page should suffice. This is mandatory, the plugin needs the proper permalinks structure before beieng able to serve them on your site.
Preferably set the permalinks to custom: “/%category%/%postname%/” after installing the plugin. This is good for your seo and site usability as well.

I get a php include error on a recipe page or archive on the site

After installing the plugin, you need to copy two template files from the plugin folder (/wp-content/plugins/wp-recipes/templates/) to your active theme folder (/wp-content/themes/your-theme/).
You may need to customise these template files to your needs if you’re using a custom theme. These template files are set up to work in the default wordpress theme (twentyten).

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Recipes” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Recipes” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1

  • Initial First Import

0.1.3

  • Updates to multiple issues
  • Updates to readme.txt