Hi I am working on custom post types for WordPress. I have a post type called Media Gallery, I also enabled categories for this post type. The problem is when I go to categories, it shows me categories “Post” categories. How can I hide the “Post” categories from there and show categories of “Media Gallery” only? Thanks
Probably you have done something wrong when you have registered custom taxonomies. Copy and paste here the code used to register the taxonomies for "Media Gallery". Also make sure you have used register_taxonomy correctly.