Custom column for post type
Code:
Instructions:
When creating custom post types, the standard columns(title, author, date etc.) might not be enough for your needs, and this snippet will help you to create your own.
You can add the custom columns for your custom post types by adding this to functions.php. Remember to change POSTTYPE to your post type slug!