Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WP Recipes

Beschrijving

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

Schermafdrukken

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

Installatie

  • 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).

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“WP Recipes” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “WP Recipes” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.1

  • Initial First Import

0.1.3

  • Updates to multiple issues
  • Updates to readme.txt