這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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).

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Recipes” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Recipes 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

  • Initial First Import

0.1.3

  • Updates to multiple issues
  • Updates to readme.txt