• Resolved tallhat

    (@tallhat)


    A few people have requested this here, another shout for the ability to sort the column on all post types please!
    thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author apasionados

    (@apasionados)

    Hi @tallhat,

    Thanks for the feedback. We will try to develop this functionality but as none of our customers needs it at the moment, it will take some time.

    Thanks for your patience.

    Best regards from Spain

    metaeditor

    (@metaeditor)

    Hi @tallhat

    A simple and quick solution to sort custom post Type with this plugin .
    Since i also need it and don’t want to miss the comfort zone of this plugin

    Just add the following line at the end of the plugin
    replace #testimonials in the code with the name of your custom post type name
    if you need multiple custom post type repeat the line with your custom post type names .:-)


    add_filter( 'manage_edit-testimonials_sortable_columns', 'modified_column_register_sortable' );
    `

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Another request to “Enable sorting for Custom Post Types”’ is closed to new replies.