该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Bulk Add Terms

描述

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.

产品特点

  • 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)

已知问题

  • 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

屏幕截图

  • 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.

安装

  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.

常见问题

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.

评价

2022年6月10日
it will be perfect if you realize the function of adding the thumbnail link in the next version. thanks
2022年2月9日
Just install, go to the Add Bulk Terms page, start adding your new terms in bulk. Saved my time. Thanks!
2020年2月13日
I don't understand the people saying this plugin doesn't work. It's works great.
2019年4月27日
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.
阅读所有17条评价

贡献者及开发者

“Bulk Add Terms” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Bulk Add Terms”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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