Include jQuery plugin in WordPress
A better method is to use the built in WordPress hooks in your functions.php with conditionals if needed ( for instance to load it only on certain pages). For hooking into admin you can use admin_print_scripts for hooking into the front you can use wp_print_scripts or one of the many other action hooks. For example: … Read more