Forums
Forums / Fixing WordPress / Js files don't work
(@samar-hatem)
11 years, 6 months ago
Hi, I have changed the menu of this theme to another one but Js files don’t work I don’t know why? in functions.php:
function sam_menu_scr(){ wp_enqueue_script('classie', get_template_directory_uri() . '/js/classie.js'); wp_enqueue_script('main', get_template_directory_uri() . '/js/main.js'); } add_action('wp_enqueue_scripts','sam_menu_scr');
is some thing wrong? here’s the link to my site: http://demo09.test03.vixohub.com/
The topic ‘Js files don't work’ is closed to new replies.