Author Archive

Having issues with jQuery and WordPress? »

Recently, I’ve worked on several sites where jQuery is needed for functions within the site – items like scrolling sections, expanding sections, rotating text – all kinds of neat and fun stuff. Typically, when you want to use javascript (or other) on your site, you put the script into the theme files and call [...]

Easier WordPress Page Navigation »

One of the most common questions I see in regards to WordPress menus is “How do I add a ‘Home’ link to my navigation menu?”
Typically – in the past, I’ve answered by stating that you place a static line before the call to wp_list_pages();, and that’ll do it for you. But today, I found [...]