Custom Sortable Columns

This summer I’ve been busy with my GSoC project, which involved making columns sortable on list-type screens in the WordPress administration area. Yesterday, that work was included in trunk.

That’s all very nice, you say, but how do I make sortable columns of my own?

Read full post...

Query Multiple Taxonomies: Version 1.3

The latest version of the plugin brings a new ‘dropdowns’mode to the Taxonomy Drill Down widget. I’ve also added a few filters so you can further customize the appearance, without modifying plugin files. They can be found in query-multiple-taxonomies/widget.php. Also, a single widget handles multiple taxonomies now. Hovering over a taxonomy will show you the [...]

Read full post...

Posts 2 Posts: Version 0.3

There was an interesting discussion on wp-hackers about how best to store many-to-many relationships between posts. The conclusion was that custom fields are probably the worst solution. While creating a custom table is the most straightforward way to do it, using a custom taxonomy has the most benefits. The most important one is that, when [...]

Read full post...

Posts 2 Posts: Version 0.2

You now have the ability to create multiple connections of the same type from the admin. This was the most requested feature and you should thank Patrik Bóna for providing the initial implementation. The API functions have also changed (and are now documented), so you might want to take another look at them. I’ve also [...]

Read full post...

Proper Network Activation: Version 1.0

This plugin came as a solution to the recently discovered problems with network activation on MultiSite installs. The plugin does two things at the moment: when doing a network de/activation, it triggers the de/activation hook on all sites in the network when creating a new site, it triggers the activation hook for all active network [...]

Read full post...

Query Multiple Taxonomies: Version 1.2

Fewer queries Instead of doing a separate query for each taxonomy, the plugin now does a single combined query, using a proposed API. Custom Post Type Support Custom post types go very well with custom taxonomies, so the Taxonomy Drill-Down widget now has a post type dropdown. Correct Template This version doesn’t mess with category [...]

Read full post...

Network Activation: Beware

When running WordPress MultiSite, you have a very handy feature called network activation. It allows you to activate a plugin for the entire network of sites. The trouble is that it only does half the job. Some plugins have an install procedure that is meant to be run only on activation. However, when you do [...]

Read full post...