JavaScript not working on wordpress
-
Hello, I’m not able to get my javascript to run on my WordPress site.
I have a file called main js, which is located “/assets/js/main.js”, and it won’t run for some reason on my site.
I think it has something to do with how i referenced it in my functions.php file.
wp_register_script('main', get_template_directory_uri() . '/assets/js/main.js', array(), 1, 1, 1); wp_enqueue_script('main');
Does anyone know a fix?
The page I need help with: [log in to see the link]
- The topic ‘JavaScript not working on wordpress’ is closed to new replies.