=== Custom Taxonomy Columns === Contributors: Matt Van Andel Donate link: http://www.mattvanandel.com/ Tags: taxonomy, term, custom post type, taxonomies, column, edit, admin Requires at least: 3.0.0 Tested up to: 3.2 Stable tag: 1.0 Automatically adds custom taxonomy columns to admin list tables. == Description == This simple plugin is a must-have for anyone that works with custom taxonomies or post types - and is an especially good compliment to Brad Williams' indispensable [Custom Post Type UI](http://wordpress.org/extend/plugins/custom-post-type-ui/ "Custom Post Type UI") plugin. By default, WordPress only shows built-in taxonomies in your administrative list tables (e.g. Categories & Tags). But if you rely on custom taxonomies for organization (particularly when working with custom post types) then you are typically out of luck. This plugin fixes that - ensuring that custom taxonomies are added as columns to all necessary list tables automatically. This is an initial release and includes no bells or whistles - but if you need this functionality, you're likely a developer just looking for a good head start, anyway. If you have any improvements, additions, or suggestions, please leave a post in the WordPress.org forums with the correct `custom-taxonomy-columns` tag. == Installation == = Via WordPress Admin = 1. From your sites admin, go to Plugins > Add New 1. In the search box, type 'Custom Taxonomy Columns' and press enter 1. Locate the entry for 'Custom Taxonomy Columns' (there should be only one) and click the 'Install' link 1. When installation is finished, click the 'Activate' link = Manual Install = 1. Upload `custom-taxonomy-columns` folder to your `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. You're finished! Start using Custom Taxonomy Columns. == Changelog == = 1.0 = * Initial release!