Posts Tagged "jquery"

How to use jQuery in WordPress Themes

Posted on Sep 5, 2013

On a standalone (non-WordPress) project you’d import the jQuery library in the head tag, then call a jQuery function towards the bottom of your file. This approach isn’t working in WordPress....

Learn More