Use standard WordPress categories with a CPT

The answer lies in register_taxonomy_for_object_type. Very simple usage.

You could also try passing the ‘taxonomies’ argument in your register_post_type.

Leave a Comment