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.
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.
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.
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.
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.
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.
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.
Published June 18th, 2012 under General
A simple filter to automatically add a class attribute like widget-order-1 to all widgets within sidebars.
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.
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.
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 […]