Convert custom fields to post categories
It’s a good question. There is many ways to apply a little script but the simplest way to do this take a few lines. A note about the following code: Most parameters might be added to the query like meta_query, category. wp_create_category(), will create a category once. wp_set_post_terms(), only work with native post types, will … Read more