Skip to content

Instantly share code, notes, and snippets.

@mkwebworker
Created October 4, 2013 11:53
Show Gist options
  • Save mkwebworker/6824757 to your computer and use it in GitHub Desktop.
Save mkwebworker/6824757 to your computer and use it in GitHub Desktop.
enque bxslider scripts
// bxslider
wp_enqueue_script( 'bxslider-js', get_template_directory_uri() . '/js/bxslider/jquery.bxslider.min.js', array( 'jquery' ) );
wp_enqueue_style( 'bxslider', get_template_directory_uri().'/js/bxslider/jquery.bxslider.css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment