toxiccosmos

Slidejs functions

Nov 15th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php function jhc_init_method() {
  2.     wp_enqueue_script('jquery');
  3.     wp_enqueue_script( 'easing', get_template_directory_uri().'/js/jquery.easing.1.9.1.js', array( 'jquery' , '1.9.1' ) );
  4.     wp_enqueue_script( 'slides', get_template_directory_uri().'/js/jquery.slides.min.js', array( 'jquery', 'easing' ) );
  5. }
  6. add_action('wp_enqueue_scripts', 'jhc_init_method');
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment