add_data( 'bnw-ie-only', 'conditional', 'lt IE 9' ); // add conditional wrapper around ie stylesheet /* I recommend using a plugin to call jQuery using the google cdn. That way it stays cached and your site will load faster. */ wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'bnw-js-bootstrap' ); wp_enqueue_script( 'bnw-js-waypoints' ); wp_enqueue_script( 'bnw-js-waypoint-sticky' ); wp_enqueue_script( 'bnw-js-wow' ); wp_enqueue_script( 'bnw-js-plugins' ); wp_enqueue_script( 'bnw-js-scripts' ); } }