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

TP Recipe

描述

This Recipe provides you Recipe and Ingredient Post type with its essential fields. This Plugin provides you an Food Item Recipe and it’s ingredients forms to uplift your Restaurant Website with your prominent item recipes. Recipe and Ingredients will be added in Dashboard Menu.

Steps

  1. Create Ingredients
    • Title
    • Featured Image
  2. Create Recipe
    • Title
    • Description
    • Featured Image
    • Recipe Details
    • Ingredients Details

Hooks

do_action( 'tp_recipe_prep_time_action' ); // Display Recipe Preparation Time
do_action( 'tp_recipe_cook_time_action' ); // Display Recipe Cooking Time
do_action( 'tp_recipe_ready_time_action' ); // Display Recipe Ready Time
do_action( 'tp_recipe_shop_link_action' ); // Display Recipe Shop Page Link
do_action( 'tp_recipe_ingredients_action' ); // Display Recipe Ingredients and its Quantity

Customization and Flexibility

TP Recipe offers you hooks that helps you to customize the output structure as your need.
Template Overwrite Method:
1. Create tp-recipe folder in root folder
2. Create tp-archive-recipe.php file to create recipe archive page
3. Create tp-single-recipe.php file to create recipe single page

Documentation

屏幕截图

  • Recipe Details.
  • Recipe Ingrdients List.
  • Recipe Ingredients.

安装

Using The WordPress Dashboard

  • Navigate to the ‘Add New’ in the plugins dashboard
  • Search for TP Recipe
  • Click Install Now
  • Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  • Navigate to the ‘Add New’ in the plugins dashboard
  • Navigate to the ‘Upload’ area
  • Select tp-recipe.zip from your computer
  • Click ‘Install Now’
  • Activate the plugin in the Plugin dashboard

Using FTP

  • Download tp-recipe.zip
  • Extract the tp-recipe directory to your computer
  • Upload the tp-recipe directory to the /wp-content/plugins/directory
  • Activate the plugin in the Plugin dashboard

常见问题

There is something cool you could add…

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

将“TP Recipe”翻译成您的语言。

对开发感兴趣吗?

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

更新日志

1.1.4

  • Tested upto 5.8.1

1.1.3

  • Tested upto 5.2

1.1.2

  • Tested upto 4.9.8
  • Resolved Ingredients issue in Recipe page

1.1.1

  • Tested upto 4.9.4

1.1

  • added target attribute in anchor tag for buy now button in single page

1.0

  • Initial release.