Archived topic
Add a title to the blog page ONLY
1 reply · Started by Nadia on June 22, 2016
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() ) : ?>
<h1 itemprop="headline" class="entry-title">This is my blog</h1>
</header>
<?php endif; ?>
Thank you in advance for your help.
Hi there,
This might help: https://generatepress.com/forums/topic/the-changes-are-not-displayed/#post-161128
Let me know :)
