add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } add_action('template_redirect', 'default_page'); function default_page(){ if(is_home() or is_front_page()){ exit( wp_redirect("http://mdc2.tamu.edu/index.html")); } } Materials Development and Characterization Center