Archived topic
Hard coded "blog" heading?
3 replies · Started by Matt on May 10, 2020
Hi,
I have set the page title on my posts page to be "News" and created a heading element to display it using this <h1>{{post_title}}</h1>. However, this is returning "Blog" instead of "News". Where is the "Blog" value coming from? Is it hard coded somewhere?
Hi there,
Yeah that's a WordPress thing unfortunately.
You would need to create a separate header element to use for the blog page only with content like this:
<h1>News</h1>
Let me know if this helps :)
Understood, thanks Leo.
No problem!