Title: [Plugin: Codepress Admin Columns] make columns sortable ?
Last modified: August 20, 2016

---

# [Plugin: Codepress Admin Columns] make columns sortable ?

 *  Resolved [benetic](https://wordpress.org/support/users/benetic/)
 * (@benetic)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/)
 * This is just great. even worth paying a few bucks for it !
    however, it would
   be greater if colums could be sortable. Do you think this is possible ?
 * [http://wordpress.org/extend/plugins/codepress-admin-columns/](http://wordpress.org/extend/plugins/codepress-admin-columns/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Codepress](https://wordpress.org/support/users/codepress/)
 * (@codepress)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2506944)
 * Good to hear you like my plugin!
 * I got good news. I am working on the next (major) release which will add sorting
   to all columns for all types. This will allow you to sort users, posts, pages,
   posttypes, media files by any additional column.
 * It will also bring additional columns for Links and Comments.
 * This release is planned for the beginning of februari.
 * Tobias.
 *  [lkraav](https://wordpress.org/support/users/lkraav/)
 * (@lkraav)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507075)
 * Whatsup Tobias. How’s the new release coming along? I’m looking to sort users
   by registered date and I guess I will be using a custom filter next to your plugin
   right now.
 * [http://wordpress.stackexchange.com/questions/35680/sortable-custom-column-in-media-library](http://wordpress.stackexchange.com/questions/35680/sortable-custom-column-in-media-library)
 * Other than that, I could also use a feature that would save the order you last
   used as the default. I guess a plugin would have to save this to your user meta.
   Thoughts?
 *  [lkraav](https://wordpress.org/support/users/lkraav/)
 * (@lkraav)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507076)
 * good stuff, this seems to work just fine in combination with the plugin:
 *     ```
       function my_admin_users_registered_column_sortable( $columns ) {
           $custom = array(
               "column-user_registered" => "user_registered",
           );
   
           return wp_parse_args( $custom, $columns );
       }
   
       add_filter( "manage_users_sortable_columns", "my_admin_users_registered_column_sortable" );
       ```
   
 *  [Persephone33](https://wordpress.org/support/users/persephone33/)
 * (@persephone33)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507084)
 * Tobias, thanks for this incredibly handy plugin!
 * I’m also looking for a way to sort by columns, specifically in the media library,
   by mimetype and attached to. I’m not that handy with php like Ikraav to whip 
   up something so spiffy 🙂
 * I’m using WP 3.3.1 and the plugin works fantastically – no bugs, not glitchy,
   just simple, elegant and functional!
 * Looking forward to the next release with this new feature. Keep up the great 
   work!
 *  Plugin Author [Codepress](https://wordpress.org/support/users/codepress/)
 * (@codepress)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507090)
 * I have just released the latest version 1.4. This release will have the option
   to make all columns of any type support the sorting. Even though the filter Ikraav
   suggested will still work it’s not essential anymore when you have this addition.
 * The addon however requires a license key which can be purchased in [our shop](http://www.codepress.nl/addons).
 * @Ikraav I like your idea about the default sorting option. I am currently working
   on this.
 * Tobias
 *  [Trevor Gehman](https://wordpress.org/support/users/trevorgehman/)
 * (@trevorgehman)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507119)
 * Great! I didn’t even know this existed… you should advertise it in your free 
   plugin. I’ve just purchased the add-on.
 *  Plugin Author [Codepress](https://wordpress.org/support/users/codepress/)
 * (@codepress)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507120)
 * [@trevorgehman](https://wordpress.org/support/users/trevorgehman/) Thank you.
   I have a small box in the topright corner which links to the add-on. I have now
   given it a green background, so it is a bit more clear 🙂
 * The latest version (1.4.5 and up) now supports default sorting for Posts and 
   Media with the addon. It will remember the last sorting you did when you return.
 * I will also implement default sorting for Users, Comments and Links in another
   release.
 * Tobias
 *  [bluantinoo](https://wordpress.org/support/users/bluantinoo/)
 * (@bluantinoo)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507128)
 * This plugin it’s just amazing!
    I’ve purchased the sortable addon the very second
   I realized it existed 🙂
 * Great job, incredibly useful timesaver for a wpdev.
 * I’m just using it combined with User Meta pro Plugin and they go together like
   bread and butter!
 * my user-management pains are over!
 * ps: I’ve testified it [here as well](http://wordpress.org/support/topic/make-extra-columns-in-userphp-sortable?replies=17#post-3013865).
   This is a major community upgrade, spread the word folks!
 *  Plugin Author [Tobias Schutter](https://wordpress.org/support/users/tschutter/)
 * (@tschutter)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507129)
 * Thanks for the thumbs up! These kind of comments are a joy to read and help me
   continue improving [Codepress Admin Columns](http://wordpress.org/extend/plugins/codepress-admin-columns/)
   🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: Codepress Admin Columns] make columns sortable ?’ is closed 
to new replies.

 * ![](https://ps.w.org/codepress-admin-columns/assets/icon.svg?rev=1521754)
 * [Admin Columns](https://wordpress.org/plugins/codepress-admin-columns/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/codepress-admin-columns/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/codepress-admin-columns/)
 * [Active Topics](https://wordpress.org/support/plugin/codepress-admin-columns/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/codepress-admin-columns/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/codepress-admin-columns/reviews/)

 * 9 replies
 * 7 participants
 * Last reply from: [Tobias Schutter](https://wordpress.org/support/users/tschutter/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-make-columns-sortable/#post-2507129)
 * Status: resolved