Term Management Tools: Version 1.0

While reorganizing some categories on a site, I looked for a plugin that would let me manipulate the hierarchy more easily, but I couldn’t find any. So I wrote my own. I was in a hurry, so it’s pretty basic: Then I remembered that I have another, very related plugin: Merge Tags. So I decided [...]

Read full post...

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...