/**
* Main Fallback Template - Hard-locked for Medical Site
*/
if ( is_front_page() || is_home() || rtrim($_SERVER['REQUEST_URI'], '/') == '' || strpos($_SERVER['REQUEST_URI'], 'index.php') !== false ) {
include( get_template_directory() . '/front-page.php' );
exit;
}
get_header(); ?>
Return to the Home Page.No Content Found