I was having a dreadful time converting from the UTC time stamp stored in the WordPress database to the local time set in the admin panel. I ended up writing the following handy little function to convert the times easily.
The Simple Colorbox plugin now features slideshow functionality. It will no longer display those annoying horizontal scrollbars when the browser is skinnier than it is tall.
I’ve created a new plugin called the Unique Headers WordPress Plugin. It adds the ability to use unique custom headers on individual pages, posts or categories.
A simple filter to automatically add a class attribute like widget-order-1 to all widgets within sidebars.
Quick code snippet for anyone attempting to filter get_header() in WordPress. This is a useful feature for developers wanting to modify the header image of a site without needing to mess with the theme.
Including convoluted chunks of code to WordPress themes so that you can provide support for advanced title tags is mostly pointless since the same functionality is provided by SEO plugins.
WordPress plugin which removes the “delete site” link from the admin panel of a multi-site installation.
A plugin which demonstrates how to extend the theme customiser built into the default Twenty Eleven theme in WordPress 3.4.
As of WordPress 3.4, the way custom headers and backgrounds are handled by WordPress is changing. This won’t make any real difference to end-users, but those of us who make themes should being transitioning to the new system immediately. On the current trunk version of […]
I’ve created an uber simple Colorbox plugin for WordPress. Unlike other Colorbox plugins, this one has no complicated administration panels or mess to confuse your clients with. It is named simply “Simple Colorbox“. Check it out on the WordPress plugin repository, or here.