该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP Recipes

描述

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

屏幕截图

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

安装

  • 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%/”

常见问题

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

评价

此插件暂无评价。

贡献者及开发者

“WP Recipes” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“WP Recipes”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.1

  • Initial First Import

0.1.3

  • Updates to multiple issues
  • Updates to readme.txt