@wallabi on WordPress.org
Posted a reply to HOW TO only display header image on homepage, on the site WordPress.org Forums:Works for me in my case: <?php get_template_part( 'template-parts/header/header', 'image' ); ?> Change to <?php…