Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php function jhc_init_method() {
- wp_enqueue_script('jquery');
- wp_enqueue_script( 'easing', get_template_directory_uri().'/js/jquery.easing.1.9.1.js', array( 'jquery' , '1.9.1' ) );
- wp_enqueue_script( 'slides', get_template_directory_uri().'/js/jquery.slides.min.js', array( 'jquery', 'easing' ) );
- }
- add_action('wp_enqueue_scripts', 'jhc_init_method');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment