I’m tired of typing in lists of counries in my “Countries” taxonomies. What’s a good way to bulk import a long list of terms into WordPress ?
2 Answers
Put list in PHP array, loop through it, use wp_insert_term()
on each.