function itf_homepage_html() { if ( ! is_front_page() ) return; include get_template_directory() . '/itf-homepage.html'; } add_action( 'wp_body_open', 'itf_homepage_html' );