If you want to add new columns to the posts overview, wordpress provides hooks to create custom columns and their associated data for a custom post type are manage_{$post_type}_posts_columns and manage_{$post_type}_posts_custom_column respectively, where {$post_type} is the name of the custom post type. For Example, if you want to add Start and End Date Field in … Continue reading Add Custom Column to Posts Admin Screen