• I only have the masthead photo on my homepage, and when I click on blog page my masthead showed up which I can’t remove. I was able to have the other page like Session, Portfolio, Contact and more without masthead just the blog page I still struggle to remove the masthead especially in the post part too. HELP!

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is theme specific question, so find out what theme it is and post this question on its own forum. Be sure to read theme’s doc, the option to enable/disable the display of masthead conditionally might already be there.

    If theme doesn’t offer this option, there are 2 ways to achieve this; first is to build a child theme and override header.php (or whichever template that outputs the masthead) and put in WP conditional tag, the 2nd way is to use CSS display none using WP body class.

    Conditional Tags
    https://codex.wordpress.org/Conditional_Tags

    Body Class
    https://codex.wordpress.org/Function_Reference/body_class

    Thread Starter erinfalacho

    (@erinfalacho)

    I’m not sure where I could find the theme forum. The theme I have is Palmer.

    I already had the masthead unchecked for the blog post but it still shows up on the website

    Palmer theme doesn’t ring the bell, also can’t find it via google search, but anyway this forum is only for themes hosted here at WordPress.org.

    You can go with the CSS display none targeting that image based on Body Class.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Masthead from Blog page’ is closed to new replies.