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
- Create Ingredients
- Title
- Featured Image
- 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:
- Create tp-recipe folder in root folder
- Create tp-archive-recipe.php file to create recipe archive page
- Create tp-single-recipe.php file to create recipe single page
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