$post ) { setup_postdata( $post ); get_template_part( 'template-parts/content', 'featured-post' ); } wp_reset_postdata(); } else { //Fall back to Custom Header get_template_part( 'template-parts/content', 'custom-header' ); } ?>