• The feature image of the the posts and pages is suddenly overriding the header (hero?) image. How do I make it stop doing this? I want both to appear.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @leap4joy, I hope you are doing great,

    You can prevent this behavior by unchecking the toggle on the screenshot below:

    View post on imgur.com

    Let me know if this helps, have a nice day,
    Andrija

    Thread Starter leap4joy

    (@leap4joy)

    I had tried checking the “Use featured image: Allow the featured image on the current post to override the hero image” before and it didn’t have any impact. I tried it again and the feature image is still replacing the header image. See:
    https://nataliemarquis.com/files/use-feature-image-checked-view.png

    Here’s a screen shot of the header image that should appear.
    See: https://nataliemarquis.com/files/header-image-clarification.jpg
    to clarify I want the header image to appear AND I want the feature image to appear below it, above the blog post. OR, if that’s not possible, is there a way to the header image NOT appear on posts and pages (only on the home page), so the feature image can appear on posts and pages?

    Thank you.

    Hey @leap4joy

    I see, since Stout is a child theme of Primer you will need to override its template to display the featured image below the header image

    You can copy the page-title.php file from wp-content/primer/templates/parts/page-title.php to wp-content/stout/templates/parts/ folder path that needs to be created first.

    Once you do that you will need to add a line to your header below line 15 as suggested below:

    https://prntscr.com/vdiw5d

    Before doing so, make sure you know how to modify child themes in WordPress and create a backup of your website to be safe. Here is an article that can help you out:

    https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/

    I’m sorry there is no easier way to achieve the results you want, I hope this helps.

    Have a nice day,
    Andrija

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured images is overing header images’ is closed to new replies.