How do I add a category to a custom post type?
How do I add a category to a custom post type? Manually Adding Categories to a Custom Post Type All you need to do is add this line in the arguments for your custom post type. ‘taxonomies’ => array ( ‘topics’ , ‘category’ ), Here is a full example of code where we have created […]