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 ?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
Put list in PHP array, loop through it, use |
|||
|
|
|
You may need to experiment with the WordPress Importer plugin. You may need to export the taxonomy list from one categorization, and then import it. Outside of that tool, the other way would be to import the list in csv format into your database. However, you will need to have the taxonomy list in csv format. I am not sure if you need to import the list of countries multiple times, but am assuming you do since you are "tired" of typing lists. |
|||
|
|
|
The Wordpress plugin Simple Taxonomies provides a tool to create taxonomy terms from a list. Once you install the plugin, go to Tools... Terms Importation... I hope this helps someone. |
|||
|
|