Unique headers plugin

Published June 25th, 2012 under Plugins

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.

First and last widget classes

Published June 18th, 2012 under General

A simple filter to automatically add a class attribute like widget-order-1 to all widgets within sidebars.

Filtering get_header()

Published June 15th, 2012 under General

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.

Title tags in WordPress

Published June 13th, 2012 under General

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.

Delete Delete Site plugin

Published June 13th, 2012 under Plugins

WordPress plugin which removes the “delete site” link from the admin panel of a multi-site installation.

New theme customiser

Published June 5th, 2012 under Plugins

A plugin which demonstrates how to extend the theme customiser built into the default Twenty Eleven theme in WordPress 3.4.

New custom headers and backgrounds

Published April 25th, 2012 under General

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 […]

Simple Colorbox released

Published April 16th, 2012 under Plugins

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.

Multi-level Navigation plugin update

Published April 5th, 2012 under Plugins

A long time ago in a WordPress world far far away, I made a plugin called “Multi-level Navigation plugin”. It turned out to be very popular, and despite the introduction of menus into WordPress core, is still fairly popular to this day. It seems however, […]

PixoPoint No Theme plugin

PixoPoint No Theme plugin

Published January 15th, 2012 under Plugins

There may be occasions when you would like to call a raw post from your WordPress powered site and insert it elsewhere on the internet. You could setup a complex cross-server MySQL query, however I decided to take a simpler approach by creating the No […]