Created
November 7, 2015 21:47
-
-
Save bibliofille/933324beeacce5f5ad78 to your computer and use it in GitHub Desktop.
testimonial slider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function my_scripts_method() { | |
wp_enqueue_script('jquery'); | |
wp_enqueue_script('flexslider', get_stylesheet_directory_uri().'/js/jquery.flexslider-min.js', array('jquery', true)); | |
wp_enqueue_script('flexslider-init', get_stylesheet_directory_uri().'/js/flexslider-init.js', array('jquery', 'flexslider', true)); | |
} | |
add_action('wp_enqueue_scripts', 'my_scripts_method'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Debbie, try...