• Hi There

    I am trying to import category, post tags & custom taxonomy but everything else has been imported apart from these what should I use in the functions.php?

    This is what I am using

    update_post_meta($post_id, ‘post_tags’, $row[‘csv_post_tags’]);
    update_post_meta($post_id, ‘post_categories’, $row[‘csv_post_categories’]);

    But didn’t work. Please help

  • The topic ‘Custom Taxonomy import’ is closed to new replies.