Archived topic
Remove Header from Home Page
3 replies · Started by Nat on March 30, 2016
Viewing posts 1–4 of 4
Hey Tom,
Is there a way to add the header add on only for blog posts and NOT showing it on the homepage? I just want to add a Call To Action above each blog post!
Thanks,
Nat
On all blog posts?
You could use GP Hooks in the "After Header" hook:
<?php if ( is_single() ) : ?>
<div class="grid-container">
Your HTML in here
</div>
<?php endif; ?>
Make sure you check the "Execute PHP" checkbox.
Awesome!
It worked. Thank you Tom.
You're welcome :)
This archived topic is closed to new replies.
