Adding jQuery in WordPress
load up jQuery in your theme Put the following code in your header.php file in the section: Call the wp_enqueue_script function before the wp_head function.Now call your own jQuery JavaScript file, after the wp_head function. Here yourscrip=name of your javascript…