Archived topic
Image graphic on bottom of blog posts
3 replies · Started by Claire on January 12, 2022
Hi,
How do I add a graphic image at the very bottom of all blog posts - as in under my author box and share buttons?
Would this be in elements - if so how?
Thanks,
Hi there,
you can use Block or Hook Element ( if you prefer HTML ) to add your image to the generate_after_content_hook
https://docs.generatepress.com/article/hooks-visual-guide/#single-post
And set its Display Rules to All Posts
If you have other elements hooked there, then increase the Priority value to move it down the page.
Wow, that was easy!
Thanks again David.
You're welcome