Viewing 1 replies (of 1 total)
  • Thread Starter suzyoo

    (@suzyoo)

    add_action(‘init’, ‘add_category_tags_to_cpt’);
    function add_category_tags_to_cpt() {
    register_taxonomy_for_object_type(‘category’, ‘your-cpt-name’);
    register_taxonomy_for_object_type(‘post_tag’, ‘your-cpt-name’);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Add cats and tags’ is closed to new replies.