How to add to taxonomies to a post type
How to add to taxonomies to a post type
How to add to taxonomies to a post type
How do I create a term for every value of a post meta?
Exporting CSV of users with custom user taxonomies out of WordPress
Prevent random entries in hierarchical false taxonomies
Custom taxonomy with page post type – WordPress
is there a hook filter to get custom fields for taxonomy name instead of the default field?
Make custom post type display with custom taxonomy in url
In the end I added a quick check with taxonomy_exists($slug) and if it doesn’t exist before adding the terms I use register_taxonomy($taxonomySlug, ‘product’) This seems to have allowed creation of all terms in one go.
Group custom taxonomies based on tags contained in their posts
Is there a way of displaying related posts from lowest hyrachical order (lowest child category to parent category)