if( wp_script_is( 'jquery' ) ) { // do nothing } else { wp_enqueue_script( 'jquery', get_template_directory_uri() . '/js/jquery-1.11.3.min.js', array(), '12242015', true ); }