Home › Forums › Support › Show Page Header in Pages and Post This topic has 3 replies, 2 voices, and was last updated 9 years, 1 month ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 24, 2017 at 12:37 am #283333 SII Concatel Hi! I need to put a page header with a full size image in the pages and posts but not in the initial screen that has a Blog Header. How can I do it without losing the format of the pages and the post? Thanks! February 24, 2017 at 7:45 am #283498 LeoStaff Customer Support Hi there, Try using GP hooks: https://docs.generatepress.com/article/hooks-overview/ http://demo.generatepress.com/hook-locations/ In after header hook, add something like this: <?php if ( is_single() || is_page() ) : ?> Insert image here <?php endif; ?> Make sure Execute PHP is checked. Let me know if this works. February 27, 2017 at 3:34 am #284473 SII Concatel It works perfectly. Thanks so much for the help. February 27, 2017 at 8:28 am #284558 LeoStaff Customer Support You’re very 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