=== Codepress Admin Columns === Contributors: codepress, tschutter Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin Requires at least: 3.1 Tested up to: 3.3 Stable tag: 1.3 == Description == Completely customise the columns on the administration screens with a nice drag and drop interface. By default, WordPress only shows a few built-in columns. This plugin will give you many additional columns and you will have full control over all custom columns for pages, posts, posttypes, media and users. You can add or remove columns, change their label and reorder them. = Post Columns = The following custom columns are added: * Featured Image * Excerpt * Post Attachments * Page Order * Page Templates * Post Formats * Taxonomies * ID * Slug * Sticky * Word count * Number of Attachments * Custom Fields = Custom Fields = With the custom field column you can display any custom field values. It can show its default value but also handle it as an image or icon. Thsese types are added: * Image thumbnails * Icons for Media Library items * Excerpt * Multiple Values * Numeric value ( this also works for sorting by meta_value_num ) = User Columns = You can also change the User Columns. The following user columns are added: * User ID * First name * Last name * Url * Register date * Biographical Info ( description ) * User Custom Fields Some of the user custom fields that are included: user level, capabilities, admin color, nickname... many more. = Media Columns = Customise the Media Library Columns. The following media columns are added: * Media ID * File name * Height * Width * Dimensions ( width x height ) * Description, Caption and Alternate tekst * Mime-Type = Sortable Custom Columns for Post and Pages = A nice feature is that it will make some of the new columns support sorting. By default WordPress let's you sort by Title, Date, Comments and Author. This will make you be able to sort by: * ID * page order * slug * page template * word count * attachment count * custom fields ( both meta_value and meta_value_num are supported ) = Third party plugin support = It will work nice with other plugins and support their additional custom columns. A few examples of plugins that are supported: WordPress SEO by Yoast (Robots Meta), Post Admin Shortcuts (Pin), WP Show IDs (ID) and User Access Manager (Access). = Upcoming releases = The next upcoming release will support sorting by Media and User columns. **Feedback** You can leave any requests or feedback. **Related Links:** * http://www.codepress.nl/plugins/codepress-admin-columns/ == Installation == 1. Upload codepress-admin-columns to the /wp-content/plugins/ directory 2. Activate Codepress Admin Columns through the 'Plugins' menu in WordPress 3. Configure the plugin by going to the Admin Column settings that appears under the Settings menu. == Frequently Asked Questions == = I have an idea for a great way to improve this plugin = Great! I'd love to hear from you. Leave your feedback at http://www.codepress.nl/plugins/codepress-admin-columns#feedback. == Screenshots == 1. Settings page for Post(type) columns. 2. Posts Screen with the customized sortable columns. 3. Settings page for the Media Library columns. 4. Media Screen with the customized sortable columns. 5. Settings page for Users columns. 6. Users Screen with the customized sortable columns. 7. Settings page showing the different displaying types for custom field. == Changelog == = 1.3 = * added support for Media columns * added Media columns: filename, width, height, dimensions, description, alt, caption and mime-type * added date type to posts custom fields * added title type to posts custom fields * sorting has changed. when sorting; only results are shown which contain a value * str_word_count is used for excerpts = 1.2.1 = * added word count sorting * added attachment count sorting * added template name sorting * minor styling changes * bug fix with sorting by slug * bug fix with sorting by attachment = 1.2 = * added support for third party plugins * added user custom fields * added extra image check * bug fix with javascript (jquery) enqueue = 1.1.3 = * added bug fix for WP3.3beta ( thanks to raonip and ronbme for pointing this out ) = 1.1.2 = * added dutch translation = 1.1.1 = * Bug fix: path separator for require_once * Added word count = 1.1 = * Added User Columns. * Added before / after text for custom fields * Added custom field type 'Numeric'. * Added custom field sortables. * Fixed domain path * Fixed settings link = 1.0 = * Initial release.