Symbol-Error

Dealing with suspended blogs on multisite

Published December 7th, 2012 under General

Use a blog-deleted.php file which redirects to another site/page whenever a deleted or suspended blog is visited in WordPress multisite.

theme-customiser-upload

Adding images to the theme customiser

Published November 15th, 2012 under General

I had some difficulties ironing out bugs in an implementation of the WordPress theme customiser when using image uploaders. Here is a very simple piece of code which will hopefully help guide you in the right direction.

WP Realm

Blogging at WP Realm

Published September 15th, 2012 under General

I’m blogging about WordPress over at WP Realm. I’ll still be posting code tidbits, plugins and all sorts of other things right here, but my broad scoped or generic WordPress posts will be posted over there.

My old logo. I'll miss it, but I've been informed by others that logos don't gel so well with personal branding.

PixoPoint gone

Published September 15th, 2012 under General

Regular site visitors may have noticed a rather major change in this site today, the URL changed! The site has moved from PixoPoint.com today to it’s new home at geek.ryanhellyer.net. Probably no one else will care, but this is a major move for me as I’d worked very hard on building a brand name and so I thought I’d write a post about it.

linode-logo

blitz.io

Published September 1st, 2012 under General

I went on the hunt for a tool to let me DDOS my own site and provide me with some nice little graphs to show me how slow (or fast) it is under heavy load. The tool I used was blitz.io.

time

Convert UTC to local time

Published August 4th, 2012 under General

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.

sidebar-wordpress-1

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.

header-image-demo

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

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.

custom-header-1b

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