• Hi,
    Theme: WP 2017

    Everything worked as expected when custom headers were originally set up, until I changed the images for certain pages and the categories. In theme settings, a correct, different image is set as default header.

    Now my homepage (set as display posts) default header is overwritten too, and I’m not sure why it happened and how to fix it, because this WP layout setting doesn’t have a specific page I can set the custom header on.

    any suggestions?

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

Viewing 1 replies (of 1 total)
  • Thread Starter Lovings

    (@lovings)

    I seem to have solved a problem by changing a line of code in
    inc/class-unique-headers-display.php to:

    On line 59: if ( (! is_single() && ! is_page()) || is_home()) {

    Not sure if this is going to create other problems, and I’m not happy to have to modify the plugin code itself, but it works if you use theme 2017, have site set up to display the WP posts page as the homepage, and are satisfied with the default header for it.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom header overwriting default Homepage header’ is closed to new replies.