• I had a site with posts, in which I exported posts and imported those posts as a CPT (Junior) in my localhost installation.

    For doing this, I opened the .xml file (export file) and replaced every occurrence of post_type as –

    <wp:post_type>post</wp:post_type>
    to
    <wp:post_type>junior</wp:post_type>

    The query is, how can I also assign categories and tags associated with posts to custom taxonomies that I created in for Junior CPT?

  • The topic ‘Assigning Terms in Taxonomy to Custom Taxonomy’ is closed to new replies.