Archived topic
Generate hook after entry content but before share buttons
3 replies · Started by Héctor on April 16, 2021
Hi, I've searched the forum and didn't find how to fix it. I've added a hook in my site to add an ad banner and want it to be shown before my share buttons addon, but even setting its priority to 1 it keeps showing after both the share plugin and the related posts one.
It's the purple banner at the end of the article: https://pcgamia.com/noticias/juegos-gratis-epic-games/
Hi there,
the plugins you're using to add the Share Buttons and Related posts are adding these to the post content. Do those plugins provide an option to add them using a shortocode ? If so you will need to add them using a Hook after your adbanner.
You can add them all inside a single Hook or add each one to a separate hook each - and just change the hook priority - on priority numbers 1 comes before 2 which comes before 3 etc.
It worked.
Thank you and have a nice weekend! :)
Glad to hear that!