WordPress Can’t find script
-
Hi,
I’m trying to figure out why I’m getting a
“GET https://jacquelinetropp.com/wp-content/themes/jacquelinetropp/js/slick-custom?ver=5.9.2″ net::ERR_ABORTED 404” errrorThe file is under js/slick-custom.js in my files and the code I put in my functions was
wp_register_script('slick-js', get_template_directory_uri() . '/js/slick.min.js', ['jquery'], [], true); wp_register_script('slick-custom', get_template_directory_uri() . "/js/slick-custom.js", ['jquery', 'slick-js'], [], true); wp_enqueue_script('slick-js'); wp_enqueue_script('slick-custom');
The page I need help with: [log in to see the link]
- The topic ‘WordPress Can’t find script’ is closed to new replies.