Topic

WordPress Development

The deeper end of the pool — custom themes, code, and making WordPress do things it didn’t know it could.
← All posts
Dec 19
2012

Replace Navigation Text with Icon Font

Looking to replace a navigation item with an icon font in WordPress? This little snippet placed in functions.php will do just that: add_filter( 'wp_nav_menu',…
Apr 2
2012

What Template File am I Viewing?

When developing a custom theme I often find myself needing to know exactly what template WordPress is currently using to display the page. I…
Nov 18
2011

WordPress SEO, A Pre-Launch Checklist

[wpvideo 4ZB2FYEh w=620 h=360] I missed Mike Payne's WordPress SEO, A Comprehensive Pre-Launch Checklist presentation at this years WordCamp Salt Lake City, but thankfully…
Nov 10
2011

Widget Logic is_active_sidebar fix

Dec 29, 2011 Update - Installing Widget Logic version 0.51 fixes the previous is_active_sidebar issue. Thanks to Alan Trewartha for continued development on this…
Sep 21
2011

Disable WordPress Parent Menu Link

If you've ever wanted a top-level navigation item to act as a trigger for a drop down menu, but not actually link anywhere, here's…
Mar 28
2011

The Admin Bar and Absolute Positioning

The latest release of WordPress (3.1) comes with a new 'Admin Bar' - a small area at the top of your site that displays…
Nov 6
2009

Gravity Forms vs Every Other Form

If you have a website, it's virtually a given that you have a contact page with a form on it for collecting messages from…
Aug 25
2009

Fresh Foundation for Spigot

As a professional web designer, it comes with the territory that one's own site is rebuilt on a fairly routine basis. So lately I've…