[Resolved] Hard coded "blog" heading?

Home Forums Support [Resolved] Hard coded "blog" heading?

Home Forums Support Hard coded "blog" heading?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1278043
    Matt

    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?

    #1278085
    Leo
    Staff
    Customer Support

    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 🙂

    #1278102
    Matt

    Understood, thanks Leo.

    #1278167
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.