Archived topic
Logo in front of title in posts and pages
3 replies · Started by Hans on July 29, 2020
I want to show a logo just before the title. It works great in posts but not in pages.
I use the before_entry_title hook injecting the image via an tag. This is an example of a post.
This ist the Element hook I use.

What might be the problem? How to solve it. It worked in prior version, but I don't succedd now.
Hi there,
the entry-title hook only exists on Posts :
https://docs.generatepress.com/article/hooks-visual-guide/#static-page
You would need to use the before_content instead
Great - it works!
You're welcome