Creating a recipe with complete details is highly beneficial for culinary websites. In the previous posts of this series, we’ve gone through some ways to create a recipe page using page builders. In today's practice, we're going to find out how to do it with another page builder: Kadence.

This is the page for showing a recipe that I created as an example:

This is a singular page for showing a recipe

Video Version

Before Getting Started

This page is a single page that contains all the recipe information such as time, ingredients and so on, that will be saved in custom fields. Each recipe is saved in a post of a custom post type. So, we need Meta Box core plugin to have a framework for creating a custom post type and custom fields for it. It’s free and you can download it directly from wordpress.org.

For the advanced features from Meta Box, we need some of its extensions:

You can install them individually or just use Meta Box AIO.

For the last one, we use Kadence to build the page. Remember to update to the latest version to have full integration with Meta Box.

Create a New Custom Post Type

Go to Meta Box > Post Types > Add New.

Go to Meta Box and create new post type for recipe

After publishing, you will see a new menu displayed. It's your post type.

A new menu for recipe displayed in new post type

Create Custom Fields

Go to Meta Box > Custom Fields to create fields. These are the fields that I created:

Go to Meta Box to create fields to save the recipe information

There is a special field for the video. Instead of using the URL field, I recommend you use the oEmbed. We can display the video preview right on the front end thanks to this field type.

Using oEmbed to display the video preview right on the front end

After creating all the fields, move to the Settings tabs, choose Location as Post Type and select Recipe to apply these fields to this post type.

Go to Settings, choose Location as Post Type and select Recipe to apply these fields to this post type

When creating a new post in Recipes, you’ll see all the created custom fields.

All the created custom fields displayed on the post editor

Just fill in some information.

Create a Template for the Page

Go to Appearance > Kadence > Elements > Add New to create a template for the recipe page.

Create a template with Kadence for the recipe page.

Settings for the Template

Choose the element type as Template.

Choose the element type as Template

Set a preview for easy following.

Set a preview for easy following.

In the Placement section, choose Replace Single Post Content and choose to assign the template to the single page of the Recipes post type.

In the Placement section, choose Replace Single Post Content to apply this template for the single page of the Recipe post type

Display Recipe Information

For the recipe name information, add a Heading block.

For the recipe name information, add a Heading block.

Then, add Dynamic data from the Post Title to display the recipe name.

Add data from the Post Title to display the recipe name.

I have two sections for the recipe information.

For this first section, there are 2 columns to show the image and the time information like this.

Show the image and the timing information

So, add a Row Layout block and choose the layout you want.

add a Row Layout block and choose the layout you want for the image and timing information.

In the first column, add an Advanced Image block to display the dish image.

add an Advanced Image block to display the dish image.

Turn on Enable Dynamic Image setting for the block to get images from custom fields. And, choose the Featured Image from the dropdown list.

Turn on Enable Dynamic Image setting and choose the Featured Image

Move to the second column to add the timing information.

Add the timing information

Each couple of lines like these will be a group. So, add a Group block for the first one.

Add a Group block

Inside the Group, add a Paragraph block to show the time information.

add a Paragraph block to show the time information.

The timing information is saved in custom fields, so add dynamic data to the block as well, and choose the corresponding field to get the right data.

add dynamic data to the block

The next 3 groups are the same as the timing group, we just change the text and field of the element. Then, you will get the right ones.

Change the text and field of the element

In the next section, just add a Section block to cover each one.

Add a Section block to cover each one

Add a Heading inside it and type the name of the next information.

Add a Heading inside it and type the name of the next information

After that, insert a Paragraph. Click on the Dynamic button, choose Post Custom Field, and select the wanted field from the list.

Click on the Dynamic button, choose Post Custom Field

All the sections are quite the same, so just clone the created section, change the heading, and change the field as well. The information will be obtained and displayed correctly step by step.

But there is a difference in the Video section. Because the video is saved as an URL in a custom field as oEmbed, we should replace the Paragraph block with a different one.

To display the video preview from the URL, simply use the Dynamic HTML block.

To display the video preview from the URL, simply use the Dynamic HTML block.

Go to the HTML Content setting, choose Post Custom Field, and choose the name of the field that you saved the video.

Go to the HTML Content setting, choose Post Custom Field, and choose the name of the field that you saved the video

We’ve done getting all the information about the recipe.

We’ve done getting all the information about the recipe

Style the Page

For styling, go back to the page editor with Kadence. Then, choose each component and change the settings to style them. Or in the case you want to use some CSS, just add classes for them then add CSS code.

Edit page with Kadence and add CSS code to style the page

This is how my page in the final look.

This is final look of a recipe page which also is a singular page

Last Words

We have finished creating a recipe page with Meta Box and Kadence. Let’s try and share the result with us in the comments. If you want to suggest any tutorials, feel free to leave a comment and keep track of our blog. Thanks for reading!

Other case studies you might be interested in

  1. Create A Dynamic Landing Page in WordPress Using Custom Field
  2. Create a Filter to Find Hotels by Location
  3. Create an OTA Website Like Booking.com with Meta Box Plugin - P1: Create a Page to Introduce Hotel Rooms
  4. Create an OTA Website Like Booking.com with Meta Box Plugin - P2: Create Filters on the Archive Page
  5. Create an OTA Website Like Booking.com with Meta Box Plugin - P3: Create Filters for Single Hotel Pages
  6. Create Dynamic Favicon in WordPress using Meta Box plugin
  7. Create Posts Series in WordPress Using Meta Box
  8. Display The Latest Products Section - P2 - Using Meta Box and Elementor
  9. Display The Latest Products Section - P3 - Using Meta Box And Oxygen
  10. How to Add Custom Fields for WooCommerce - P2 - Using MB Views
  11. How to Add Custom Fields to Display Banners using Meta Box Plugin
  12. How to Add Guest Authors and Guest Posts - Using Meta Box
  13. How to Add Related Posts - Using Custom Fields
  14. How to Build a Hotel Booking Website Using Meta Box - P1
  15. How to Build a Hotel Booking Website Using Meta Box - P2 - Booking Page in Backend
  16. How to Build a Hotel Booking Website Using Meta Box - P4 - Booking Management Page
  17. How to Build a Hotel Booking Website Using Meta Box – P3 – Booking Page for Customer
  18. How to Create a Classified Ads Website using Meta Box
  19. How to Create a Custom 404 Page in WordPress - P1 - Using Meta Box and Elementor
  20. How to create a FAQs page - P5 - Using Meta Box and Breakdance
  21. How to Create a Product Page - P2 - Using Meta Box and Oxygen
  22. How to Create a Product Page - P3 - Using Meta Box and Bricks
  23. How to Create a Product Page - P4 - Using Meta Box and Elementor
  24. How to Create a Product Page - P5 - Using Meta Box and Gutenberg
  25. How to Create a Product Page - P6 -Using Meta Box and Breakdance
  26. How to Create a Product Page - P7 - Using Meta Box + Kadence
  27. How to Create a Product Page - P8 - Using Meta Box and Brizy
  28. How to Create a Product Page - P9 - Using Meta Box and Divi
  29. How to Create a Product Page using Meta Box Plugin
  30. How to Create a Recipe - P2 - Using Meta Box and Oxygen
  31. How to Create a Recipe - P3 - Using Meta Box and Elementor
  32. How to Create a Recipe - P4 - Using Meta Box and Bricks
  33. How to Create a Recipe - P5 - Using Meta Box and Zion
  34. How to Create a Recipe - P6 - Using Meta Box and Brizy
  35. How to Create a Recipe - P7 - Using Meta Box and Breakdance
  36. How to Create a Recipe - P8 - Using Meta Box and Kadence
  37. How to Create a Recipe - P9 - Using Meta Box and Divi
  38. How to Create a Recipe with Meta Box Plugin
  39. How to Create a Simple Listing - P2 - Using Meta Box and Bricks
  40. How to Create a Simple Listing - P3 - Using Meta Box and Breakdance
  41. How to Create a Simple Listing - P4 - Using Meta Box and Elementor
  42. How to Create a Team Members Page - P1- Using Meta Box and Elementor
  43. How to Create a Team Members Page - P2 - Using Meta Box and Oxygen
  44. How to Create a Team Members Page - P3 - Using Meta Box and Bricks
  45. How to Create a Team Members Page - P4 - Just Meta Box
  46. How to Create a Team Members Page - P6 - using Meta Box and Breakdance
  47. How to Create a Team Members Page - P7 - Using Meta Box and Kadence
  48. How to Create a Video Gallery Page - P2 - Using Meta Box + Bricks
  49. How to Create a Video Gallery Page - P3 - Using Meta Box and Breakdance
  50. How to Create a Video Gallery Page - P4 - Using Meta Box + Elementor
  51. How to Create a Video Gallery Page - P5 - Using MB Views
  52. How to Create a Video Gallery Page - P6 - Using Meta Box and Zion
  53. How to Create a Video Gallery Page Using Meta Box + Oxygen
  54. How to Create ACF Flexible Content Field with Meta Box
  55. How to Create an Auto-Updated Cheat Sheet in WordPress
  56. How to Create an FAQs Page - P1 - Using Meta Box and Elementor
  57. How to create an FAQs page - P2 - Using Meta Box and Oxygen
  58. How to create an FAQs page - P4 - Using Meta Box and Bricks
  59. How to Create an FAQs Page - P6 - Using MB Views
  60. How to Create an FAQs Page - P7 - Using Meta Box and Divi
  61. How to Create an FAQs Page - P8 - Using Meta Box and Kadence
  62. How to Create an FAQs Page - P9 - Using MB Blocks
  63. How to Create an FAQs Page -P3- Using Meta Box
  64. How to Create Buttons with Dynamic Link using Custom Fields
  65. How to Create Category Thumbnails & Featured Images Using Custom Fields
  66. How to Create Download and Preview Buttons - P1 - Using Meta Box and Bricks
  67. How to Create Download and Preview Buttons - P2 - Using Meta Box and Oxygen
  68. How to Create Download and Preview Buttons - P3 - Using MB Views
  69. How to Create Download Buttons in WordPress - Using Custom Fields
  70. How to Create Dynamic Landing Page in WordPress - P1 - Using Meta Box and Elementor
  71. How to Create Dynamic Landing Page in WordPress - P2 - Using Meta Box and Bricks
  72. How to Create Menus for Restaurants - P1 - Using Meta Box and Elementor
  73. How to Create Menus for Restaurants - P2- Using Meta Box and Bricks
  74. How to Create Notification Using Custom HTML Field
  75. How to Create Online Admission Form for School or University
  76. How to Create Online Reservation Form for Restaurants using Meta Box
  77. How to Create Relationships - P1 - Using Meta Box and Oxygen
  78. How to Create Relationships - P2 - Using Meta Box and Bricks
  79. How to Create Relationships - P3 - Using MB Views
  80. How to Create Relationships - P4 - Using Meta Box and Breakdance
  81. How to Create Taxonomy Thumbnails & Featured Images - P2 - Using Meta Box and Oxygen
  82. How to Create Taxonomy Thumbnails & Featured Images - P3 - Using Meta Box and Bricks
  83. How to Create Taxonomy Thumbnails & Featured Images - P4 - Using MB Views
  84. How to Create YouTube Video Timestamps on WordPress Website - P1 - Using MB Views
  85. How to Display a Video Playlist - P1- Using MB Views
  86. How To Display All Listings On A Map With Meta Box
  87. How to Display Author Bio in WordPress - P1 - Using Meta Box and Bricks
  88. How to Display Author Bio in WordPress - P2 - Using MB Views
  89. How to Display Dynamic Banners in WordPress - P3 - Using MB Views
  90. How to Display Images from Cloneable Fields - P1 - with Gutenberg
  91. How to Display Images from Cloneable Fields - P2 - Using Meta Box and Oxygen
  92. How to Display Images from Cloneable Fields - P3 - with Elementor
  93. How to Display Images from Cloneable Fields - P4 - with Bricks
  94. How to Display Opening Hours for Restaurants - P1 - Using Meta Box + Gutenberg
  95. How to Display Opening Hours for Restaurants - P2 - Using Meta Box and Oxygen
  96. How to Display Product Variations - P1 - Using Meta Box and Gutenberg
  97. How to Display Product Variations - P2 - Using Meta Box and Oxygen
  98. How to Display Product Variations - P3 - Using Meta Box and Bricks
  99. How to Display the Dynamic Banners - P2 - Using Meta Box and Bricks

Leave a Reply

Your email address will not be published. Required fields are marked *