Building a Culinary site with a Custom Post Type like “Recipes”. I’m fixing to wrap the content of the said post type in schema.org’s recipe microformat.
How do I achieve this ?
Building a Culinary site with a Custom Post Type like “Recipes”. I’m fixing to wrap the content of the said post type in schema.org’s recipe microformat.
How do I achieve this ?
You must be logged in to post a comment.
The link has given you example HTML:
What you need to do is create the meta fields to collect the additional information to each post/recipe.
Then create a template that shows this information in a template similar to above. You would use single-{CPT_Slug}.php file for your CPT/Recipe page.
Info on custom fields: http://codex.wordpress.org/Custom_Fields