0
check your header.php it should contain <?php wp_head(); ?> before the closing </head> tag.
check your footer.php it should contain <?php wp_footer(); ?> before the closing </body> tag.
You also need to hook your function to wp_enqueue_scripts action hook and then add wp_enqueue_script() and wp...
