Home › Forums › Support › Remove Header from Home Page This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 30, 2016 at 3:47 pm #183008 Nat 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 March 30, 2016 at 11:13 pm #183065 TomLead Developer Lead Developer 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. March 31, 2016 at 9:30 am #183192 Nat Awesome! It worked. Thank you Tom. March 31, 2016 at 10:51 am #183223 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In