How to add columns to a WordPress custom post type
When creating custom post types we tend to need to insert additional columns in our WordPress admin backend to improve post management. We can add and unset any columns we wish, by using custom filters and actions. Say we created a custom post type called services, to get our custom column headers we would need … Continued