diff --git a/functions.php b/functions.php index 635bc21ba..3b07463ff 100755 --- a/functions.php +++ b/functions.php @@ -17,5 +17,7 @@ function theme_enqueue_styles() { $the_theme = wp_get_theme(); wp_enqueue_style( 'child-understrap-styles', get_stylesheet_directory_uri() . '/css/child-theme.min.css', array(), $the_theme->get( 'Version' ) ); + wp_enqueue_script( 'jquery' ); + wp_enqueue_script( 'popper-scripts', get_template_directory_uri() . '/js/popper.min.js', array(), false); wp_enqueue_script( 'child-understrap-scripts', get_stylesheet_directory_uri() . '/js/child-theme.min.js', array(), $the_theme->get( 'Version' ), true ); }