Hi, I am trying to add a countdown to the template. It requiers jQuery 1.7. The issue is that when I add <script src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.7.min.js"></script> to header file is conflicts with the themes core.js file. How do I avoid this confliction? Thanks! http://cadre.brotskydesigns.com/CJP http://cadre.brotskydesigns.com/CJP/wp-content/themes/harmony-install/js/core.js?ver=1.0
Have you looked at the code? The theme you're using is already using jQuery. It's already loaded. Take a look at the output-code...