How would I go about removing support for WordPress ‘Categories’ for a custom post type? I’ve created a custom taxonomy for the post type, so there is no need for the standard categories.

Oddly, I thought this would be easy to find out how to do via Google but I can’t find anything on it. Any help appreciated!

1 Answer
1

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 Reply

Your email address will not be published. Required fields are marked *