Posts by versluis

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

How to detect screen width in CSS

Posted on Sep 5, 2013

Have you ever wondered how a website can look great on your desktop and appear reformatted on your phone? The secret sauce is done via CSS Media Queries. In a nutshell you define your styles for larger...

Learn More