[Resolved] Blog page – display page title

Home Forums Support [Resolved] Blog page – display page title

Home Forums Support Blog page – display page title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #981630
    Dan

    I’d like to display the page title of my blog page, “The Solitary Angler’s Fly Fishing Blog,” at the top of my blog archive page.

    Is that possible?

    Thanks

    #981647
    Tom
    Lead Developer
    Lead Developer

    Absolutely, we can use the Elements module for this.

    1. Create a new Hook Element: https://docs.generatepress.com/article/hooks-element-overview/
    2. Set the hook to before_main_content
    3. Add this as your hook content:

    <div class="page-header">
        <h1>Your title here</h1>
    </div>

    4. Set the Display Rules to the “Blog”.

    That should do it 🙂

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