это FrontPage WordPress

if ( is_front_page() ) :
    get_header( 'front' );
else :
    get_header();
endif;
Disturbed Dove