Git & the WordPress Repository

A while back I wrote an article on WP.Tuts on using Git to publish plug-ins on the WordPress repository. The wordpress.org plugin repository runs on Subversion, but I, for various reasons prefer to use Git. It’s also incredibly useful for …

Read more »

Event Organiser 1.6 – What’s New

1.6 is seeing a lot of improvement in terms of functionality – as well as some additional hooks and functions (documentation will follow 1.6 release). There are also some nagging bug fixes. First things first.. Beta Testers…. please Obviously I …

Read more »

Get Post Content By ID

As you may know the WordPress functions the_content() and get_the_content(), unlike their get_the_title() counterpart, cannot be used outside the loop. Naively ‘in the loop’ means just making sure the $post variable is global and points to the desired post. So …

Read more »

Helpful WordPress Diagrams

Diagrams are often very good at explaining even the most complex of ideas. And every now and then I stumble upon some really good ones. I’ve collected them here for my own benefit really, but I hope you find them …

Read more »

Advanced User Searches and WP_User_Query

No so long ago Tom McFarlin covered the user get_users() and WP_User_Query in couple of blog posts. Specifically he first looked at searching for users by meta data (the second looked at an object oriented approach, using the underling WP_User_Query …

Read more »