Archived topic
Place button beside or before author name and date
1 reply · Started by Deirdre on February 5, 2021
Hello, I'd like to move my Jump to recipe button for my Create recipe card to either to the left or right of the date and author name and asked Mediavine about it and they gave me the shortcode for placing the button anywhere which is [mv_create_jtr id="{ID_OF_CREATE_CARD}" type="{recipe/diy}"] but I can't figure out the css/hook work needed to get it where I want it? https://imgur.com/a/5WqlImP
Hi there,
you can use the generate_after_entry_title hook to add it below the Post Meta - see here:
https://docs.generatepress.com/article/hooks-visual-guide/#posts-page
Once its there we can use some CSS to float it to the side of the meta. Let me know.