Recipe Time Shortcode
-
I’m looking for a way to show the “total time” field from recipe maker in a custom php archive loop.
I already fetched the Post ID and the Recipe ID and I am able to show the FULL recipe through a custom shortcode shown below.— Get ID’s
$recipes = WPRM_Recipe_Manager::get_recipe_ids_from_post();
$recipe_id = $recipes[0];— Display:
echo do_shortcode(‘[wprm-recipe id=”‘ . $recipe_id . ‘”]’);How am I able to fetch the “total time” field of a given recipe and show it?
Best regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Recipe Time Shortcode’ is closed to new replies.