Site logo

[Resolved] Show Page Header in Pages and Post

Home Forums Support [Resolved] Show Page Header in Pages and Post

Home Forums Support Show Page Header in Pages and Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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!

    #283498
    Leo
    Staff
    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.

    #284473
    SII Concatel

    It works perfectly.

    Thanks so much for the help.

    #284558
    Leo
    Staff
    Customer Support

    You’re very welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.