Bulk import in custom taxonomy

The Function: Add new terms and term meta values from .csv file below should help. 1. Requirements The .csv file must have a header row. The function below is defined to receive a .csv with a minimum of three columns to fill these WP_Term fields: name, slug, and description. However, the suggested function updates and … Read more

Add URL field to wordpress taxonomy

Never done it through direct coding. I use Advanced Custom Fields for this. Any type of custom field can be shown there, text, image, checbox, etc. And you have to set the location rule to be the Taxonomy screen. Category screen with custom fields: Documentation on how to retrieve the data.