/ Published in: PHP
cause i'm so lazy
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Add this <?php wp_enqueue_script("jquery"); ?> before <?php wp_head(); ?> then place own jquery code after (!) <script type="text/javascript" src="<?php bloginfo("template_url"); ?>/js/myownscript.js"></script>