Archived topic
Inserting text after featured image on a post by post basis?
3 replies · Started by Paul on November 3, 2018
Hi, how can I insert a line of text between the featured image and the headline, on one post only.
See screenshot: https://www.screencast.com/t/bxXpbklp0
I prefer to do this in functions.php
What's the best way to do this?
Thanks, Paul
Hi there,
The before_entry_title hook should work:
https://docs.generatepress.com/article/hooks-visual-guide/
You can use either Hooks Element and only add to one post using Display Rule:
https://docs.generatepress.com/article/hooks-element-overview/
Or add it as function if you wish:
https://docs.generatepress.com/article/using-hooks/
https://docs.generatepress.com/article/using-hooks-conditional-tags/#single-posts
Let me know if this helps :)
Yeah that helps thanks, unfortunately I forgot I'm not using GP as the theme for that website. facepalm. But good to know for future use nonetheless.
No problem :)