Archived topic
Elements Header type not showing on Blog page
8 replies · Started by nszumowski on June 11, 2019
Hi Folks, been setting up Header elements without an issue, however they won't display on the Blog/Posts page. Thanks for any help!


Hi there,
Any chance you can do this first?
https://www.screencast.com/t/sAZU8h7bUcE
I did try that the other day, to no avail, but have disabled it again for you.
Also the header works fine for that page until, in Settings > Reading, I set the Posts page to Blog.
The code for page hero isn't showing up on those pages at all.
What content did you add?
Right, it's not showing up. All of my header elements have the same content, <h1>{{post_title}}</h1>, with a different fallback image per section.
Ahh the {{post_title}} actually doesn't work for blog pages (WordPress doesn't add a title to index pages).
Try this instead: <h1>Blog</h1>
Thanks Leo!
No problem :)