How Do I Create a Recipe Card in WordPress?

Creating recipe cards in WordPress is a breeze. All you need is a basic understanding of the WordPress Loop and the WordPress custom recipe shortcode. Here’s how to do it:

1. Create a new post in your blog.

2. On the post’s front-matter, add the following code:.

[recipe_card id=”1″]
3. On the post’s content, add a recipe.

4. To create a recipe card, use the WordPress custom recipe shortcode:.

[recipe_card title=”My Awesome Recipe” author=”Your Name” image=”http://domain.com/wp-content/uploads/2014/04/recipe-image.jpg” description=”This is a recipe by me, authored by me, and featuring an image by me.”]
5.

Save your post.
6. Verify that your recipe card appears on the post’s front page.
7. Enjoy your delicious recipe!.

That’s all there is to it! The WordPress custom recipe shortcode takes care of everything else, including styling and formatting the recipe card. If you have any questions or feedback, please let us know in the comments below.