• Hi Everyone,

    I’m using Hatch theme and I’m wondering whether it’s possible to replace the header images with a video?

    Here’s the code I found in the Home template:

    <div id="header-banner" role="banner">
    
    			<?php // Check to see if the header image has been removed
    			$header_image = get_header_image();
    
    			if ( ! empty( $header_image ) ) : ?>
    
    				<img src="<?php header_image(); ?>" alt="" />
    
    			<?php endif; // end check for removed header image ?>
    
    		</div>
    
    		<?php do_atomic( 'close_masthead' ); // hatch_close_masthead ?>
    
    	</div>
  • The topic ‘[Hatch Theme] Replace header image with video?’ is closed to new replies.