remove support for ‘Categories’ for a custom post type

In the array of arguments to register_post_type()
there is a parameter “taxonomies”. If category is not specified there, then it shouldn’t appear with that post type.

Leave a Comment