2014-12-29, 10:42:49
I'm trying to include, i.e. fetch two .js in Cardinal Theme because of making a responsive menu. I've put the two rows at the end of template.php before </body> tag, but I can't get script to load (work):
Is there a trick or do something wrong?
Thnx!
Code:
<script src="<?php get_theme_url(); ?>/js/jquery-1.7.2.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/script.js"></script>
Is there a trick or do something wrong?
Thnx!