• Here’s a temporary fix I use to hide header images on single pages but not on the homepage (when you agregate many pages). Add this on line 110 in index.php in the plugin directory:

    .single-featured-image-header { display: none !important; }

    just below that line:

    if( $hide ){ ?>
      <style>
        .has-post-thumbnail img.wp-post-image{ display: none !important; }

    in the sh_featured_image function.

  • The topic ‘Temporary fix’ is closed to new replies.