I want to add a button to the top of the page that skips the post to the recipe at the bottom of the page. To do that I need a recipe tag to have an id. Currently the only id I can find is 'printrecipe###' but it has randomized trailing numbers so I cannot link to that tag. Currently as a workaround I would need to add a tag right before the recipe, such as <div id="recipe"></div> and add a button link to #recipe.
Is it possible to have a static id specified for a recipe box? Or is there already a tag with a static id that I am missing?
Hi,
I want to add a button to the top of the page that skips the post to the recipe at the bottom of the page. To do that I need a recipe tag to have an id. Currently the only id I can find is 'printrecipe###' but it has randomized trailing numbers so I cannot link to that tag. Currently as a workaround I would need to add a tag right before the recipe, such as <div id="recipe"></div> and add a button link to #recipe.
Is it possible to have a static id specified for a recipe box? Or is there already a tag with a static id that I am missing?
Thank you in advance!
Victor
Hi,
If you want to do that, you need to add it for yourself by do following this image.
In the next update version of Soledad, we will consider to add more option for "Jump to recipe" button
Best Regards,
PenciDesign
Hi,
Thank a lot for your reply! That is very helpful!
Have a great day!