Cufón for Thematic with no plugins – improved

Since I wrote the original ‘Cufon for Thematic with no plugins‘ post, I’ve learnt how to use script queueing, rather than hard-coded links. Here’s the official WP page about script queueing: http://codex.wordpress.org/Function_Reference/wp_enqueue_script if you want to find out more. Here’s the improved version of that post, also featuring a little function to convert the doctype […]

I’m organising WP-Brighton!

I’m organising my first business event! WP-Brighton – a WordPress event for everyone. Working with Michael Bailey and Paul Bunkham to organise this exciting event, which aims to bring together Brighton’s digital and business communities. I won’t go on about it here, but if you want to check it out, here’s the website: www.wp-brighton.org.uk

WordPress Function to Redirect All Incoming Domain Requests to the Primary Domain Variant

This is something that has bugged me for ages. Surely there’s a way to redirect domain.com, *.domain.com, www.domain-variant.com, etc to the primary WordPress domain, www.domain.com using a WordPress function? Something that I can simply copy and paste for all my theme development without having to worry about the eventual web hosting environment or domain host. […]