Adding 'menu order' column to custom post type admin screen
I want to use the menu order
attribute to control ordering for a custom post type that's going to be used for a specific purpose.
It's easy enough to add this to the CPT via supports = array('page-attributes')
but how do I expose the menu order value on the admin listing screen for this CPT?
Topic columns order custom-post-types Wordpress
Category Web