This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Bulk Add Terms

Description

Have you ever been frustrated adding more and more categories or tags or any other terms in a rush? Don’t worry anymore. You can add thousands of terms in one go with this plugin.

How do I do that?

  1. Install the plugin and activate. A new menu called ‘Add Bulk Terms’ will pop up.
  2. Click on the menu and you’ll be taken to a new page where you will see all the registered taxonomy either by theme or any plugin.
  3. First select a taxonomy which you want to add terms.
  4. Then insert the terms in the right side textarea. Make sure each line contains only one term.
  5. Click on ‘Add Now’ button. A little confirmation will pop up just to make sure you have inserted everything correctly. Click yes and BOOM. All terms are added.

What about nesting parent and child?

This plugin supports to do that. You can go and do nesting. You can indent child levels with a dash (-). For example:

Foo
-Bar
-Baz

In the example above, ‘foo’ will be parent while ‘bar’ and ‘baz’ will be child of it.
You can use correct indent to make even more child of child. Example:

Foo
-Bar
--Baz

Complex nesting example:

Foo
-Child of Foo~~foo-custom-slug
--Grand child of Foo~~grand-child-slug
-Second child of Foo
Baz is sibling of Foo
-Nephew of Foo
--Grand child of Baz
--Second grand child
-Son of Baz
-Daughter of Baz~~daughter-custom-slug
I am a lonely term
Do not have child

Unfortunately the maximum supported level is as deep as the SEA.

Features

  • Unlimited terms per time
  • Unlimited level of nesting
  • Supports any registered taxonomy. (only those which can be added or removed within UI)
  • Uses AJAX request

version 2.0 update
* Custom slugs for each terms. Use the ~~ symbol to seperate name and slug.
* Get all terms from selected taxonomy as a template. Later, use that template to add them to another taxonomy.
* Remove all terms that were added by the plugin from selected taxonomy. (Requires at least WordPress 4.4 and plugin version 2.0 when Adding and deleting the terms)

Known issues

  • You can’t add child items to those terms which are already added. If you try to do, the given parent item will add as a new term.

GitHub repository: https://github.com/sohan5005/bulk-add-terms

Screenshots

  • This is the initial main screen of the plugin. On the left side all available taxonomies are listed. On the other hand, the textarea to add terms.

  • Here you have to select a taxonomy and add some terms. In this case, Category

  • You have to wait a few seconds after clicking Add Now button and watch for this notice on the bottom right corner.

  • Then check the Category manage screen and see the terms are added as you inserted.

Installation

  1. Download the plugin zip file from the repository.
  2. Upload the zip file directly from Plugins>Add New or extract and upload files to wp-contents/plugins/add-bulk-terms/ folder via FTP.
  3. Activate the plugin.

FAQ

Which taxonomies are supported to add terms?

You can add terms to any available taxonomies. However, if any registered taxonomy doesn’t have an UI, it will be counted as something that should not be changed by you. So, you can’t add terms to that taxonomy. For example, Nav menu’s taxonomy is like that.

Can I add child terms?

Yes, the possible level is unlimited. Please see the description for example.

Can I use this plugin in my commercial projects?

Yes, you can do that. Attribution will be highly appreciated.

Reviews

June 10, 2022
it will be perfect if you realize the function of adding the thumbnail link in the next version. thanks
February 9, 2022
Just install, go to the Add Bulk Terms page, start adding your new terms in bulk. Saved my time. Thanks!
February 13, 2020
I don't understand the people saying this plugin doesn't work. It's works great.
April 27, 2019
It's a little confusing with the settings page in the main settings menu of WP and then a separate menu for the adding the terms. Also fails if one of the terms in your list already exists in the selected taxonomy.
Read all 17 reviews

Contributors & Developers

“Bulk Add Terms” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Bulk Add Terms” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change log

1.0

Initial release

1.1

Features update

  • New options page added
  • Now same terms can be added to multiple taxonomies
  • Non-hierarchical taxonomies can be hidden from options
  • Added option to keep the text after adding terms
  • Some small bug fixes

1.2

Fix issues

  • Small fix with a hierarchical problem

2.0

Features update

  • Custom slugs each term
  • List available terms from taxonomy
  • Delete terms added by the plugin

2.0.2

Fix issues

  • PHP7 Compatibility issue fixed

2.0.3

Fix issues

  • Minor PHP issue fixed

2.0.4

Fix issues

  • PHP class conflict fix