Add Jump to Recipe snippet before featured images
-
Hi, I used to add the following in single.php to show the snippet where I wanted it to be, which is above the feature image.
<div class="recipe-snippet"> <?php echo do_shortcode( '[wprm-recipe-jump]' ); ?> </div>
But recently I changed my theme (Blocksy) and the single.php looks like this, which I’m not familiar with at all, so I have no clue where I should insert the code.
get_header(); if ( ! function_exists('elementor_theme_do_location') || ! elementor_theme_do_location('single') ) { get_template_part('template-parts/single'); } get_footer();
I’m not sure if it’s still possible to do it in single.php or there is another way to make it happen by adding different codes in functions.php (I think it is possible because I have googled some example but with genesis theme.)
I really enjoy using WPRM, so I hope I can still make it happen. Also, since I write posts in 2 languages, I also would like to ask if it is possible to translate the snippet automatically.
Thank you very much.
The page I need help with: [log in to see the link]
- The topic ‘Add Jump to Recipe snippet before featured images’ is closed to new replies.