Add a title to the blog page ONLY

Home Forums Support Add a title to the blog page ONLY

Home Forums Support Add a title to the blog page ONLY

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203877
    Nadia

    Hi

    I would like to add a title to the blog page only, NOT the single post pages. Also only need it at the top, as page title.

    I have used GP hooks below but the result was:
    – “This is my blog” added to the blog archive page, above EACH blog post summary – I only need it at the top of the page.
    – “This is my blog” was added to the top of each single post page.

    * GP Hook used *
    <?php if ( is_home() ) : ?>

    <header class=”entry-header”>
    <h1 itemprop=”headline” class=”entry-title”>This is my blog</h1>
    </header>

    <?php endif; ?>

    Thank you in advance for your help.

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