Site logo

Archived topic

Add a title to the blog page ONLY

1 reply · Started by Nadia on June 22, 2016

Viewing posts 1–2 of 2

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.

This archived topic is closed to new replies.