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:

bulk set parent

Then I remembered that I have another, very related plugin: Merge Tags. So I decided to bundle them into one.

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

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