A couple of weeks ago I wrote about custom taxonomies and the code required to add them to your theme.
I decided to take a look at available plugins for taxonomies and if they will assist with this process as it’s not always fun messing with the functions file. This post will be the roundup and then I will highlight them individually over time.
- GD Custom Posts And Taxonomies Tools – provides management and tools for working with custom post types and taxonomies. It has a Lite and a Pro version. The Pro version seems to have A LOT more features and the Lite (free) version doesn’t come with support. It also comes with a taxonomies term cloud.
- CMS Press – Add custom post types and taxonomies to your WordPress installation. I’ve played with this one a little and can say it really needs better (any) documentation.
- Simple Taxonomy – adds tools for creating taxonomies, options, a taxonomy tag cloud widget and tags that can be used to edit the template files.
- More Taxonomies – allows ou to add custom taxonomies via an interface in the WordPress admin. You can also set editing capabilities based on user roles and list taxonomy items in specific menus.
- Taxonomy Manager – manage taxonomies from the WordPress admin. The plugin also has the ability to add taxonomies for pages and links and a taxonomy tag cloud.
These plugins will assist in creating the taxonomies so editing the functions file can be avoided and some also add other features. Adding code to the templates will still be necessary to actually display the taxonomy data anywhere.
Are you interested in taxonomies? Has anyone come up with other uses for them? Or are you totally like, whatever? ;-)
photo credit: denn
http://wordpress.org/extend/plugins/tags/taxonomies
Mandy June says
Thanks for providing us with some good sources for taxonomy plugins. At this point, I’m kinda like whatever about it but I think I really ought to look into it more so I can possibly take advantage of it.
Kim Woodbridge says
Hi Mandy June – So far, I haven’t found one that is really an easier than just doing it manually. But I have more testing to do.
Movies says
“More Taxonomies” is best plugin, similar to Drupal, IMHO of course.
And it’s great, cause Mister Goggle loves Drupal taxony most of all :-)
Kim Woodbridge says
Hi – Thanks – I’ll see what that one does.
XYDAC says
Hi,
Check out my plugin for Managing Taxonomy and i think you won’t need anything else for managing your Taxonomies ..:)
It provides to you a User Interface for adding Custom Fields for Taxonomies too.
http://taxonomymanager.wordpress.com or http://wordpress.org/extend/plugins/ultimate-taxonomy-manager/
Let me know what you feel about it.
Kim Woodbridge says
Thanks – I’ll take a look at it.
Pam Carter says
More Taxonomy Plugins for WordPress? Great! Thanks a lot Kim.
Helen Burbage says
Hi,
Came across your post while looking for plugins to display taxonomy information. (Have been here before though). Will probably use a ‘Recent Posts’ plugin and modify it.
Am developing a website using taxonomies to create vouchers. This has been great for the client as they can go straight to the ‘Vouchers’ area instead of mixing it up with the ‘posts’. Used Custom Post Type UI, Custom Taxonomies Menu Widget (modified), Custom Post Types Archives. Integrated gravity forms so that the voucher can be created easily and placed into draft for review.
Though not finished yet (quite a bit of work to do) you can see it over at http://www.goldenvouchers.co.uk
Kim Woodbridge says
Hi Helen,
That’s a great use of taxonomies and hadn’t seen them used for coupons and vouchers before.
Thanks!