Adding or Enqueue Jquery and CSS Right way in WordPress
Introduction WordPress comes by default with the latest version of JQuery and it’s relatively easy to add the reference to the scripts and css using a wordpress hook. Just add the code bleow to your functions.php file. Solution