Archived topic
hook after featured-image page-header-image-single possible?
5 replies · Started by Timo on December 4, 2020
Hi dear community,
is it possible to place a hook under the featured page header image of a single post? My goal is to place my social sharing buttons below the featured image.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Hi Leo :)
my website is not live yet. To clarify what I mean, I have edited the screenshot from https://docs.generatepress.com/wp-content/uploads/2018/07/hooks-singlepost.png and uploaded it here:
https://abload.de/img/sharing-buttons-2020-t9kn3.png
Hi there,
you would use the generate_after_entry_header hook. The featured image when set below the title uses that same hook with a lower than 10 priority. So anything else you hook there will appear after it.
Great! The priority was the solution.
Many thanks David :)
You're welcome