Archived topic
generate_after_entry_header Hook
3 replies · Started by Ovidiu on June 11, 2021
Hi,
I am trying to insert some text right after the featured image of a post. My blog setup uses the post title before the featured image. According to the visual guide here, I should be using the generate_after_entry_header hook.
However, that one outputs the text before the featured image. I suppose that the visual guide hasn't been updated. Is there another hook that I might have missed that I can use to achieve this?
Thank you
Hi there,
that Hook should still work unless some other code / function has changed the layout.
First try increasing the Hook Priority to 25
If its still an issue can you share a link to your site so i can see whats going on.
Hi David,
Thank you for your reply. Increasing the priority did solve the issue.
Glad to hear that!