Description
Please note this plugin requires at least PHP 7.1.
If you need to reorganize your tags and categories, this plugin will make it easier for you. It adds three new options to the Bulk Actions dropdown on term management pages:
- Merge – combine two or more terms into one
- Set Parent – set the parent for one or more terms (for hierarchical taxonomies)
- Change Taxonomy – convert terms from one taxonomy to another
It works with tags, categories and custom taxonomies.
Usage
- Go to the taxonomy page containing terms you want to modify. For example, for categories go to
WP-Admin
. Posts Categories - Select the terms you want to reorganize
- Find the Bulk Actions dropdown, and select the task you’d like done.
- Disco.
WPML
WPML-translated terms are partially supported. Currently only the “Change Taxonomy” task is WPML-aware. If a term with translations is moved to a new taxonomy, its translations are moved as well, and the translation relationships are preserved.
Currently only the “Change Taxonomy” task is WPML-aware
Work on the WPML component was sponsored by the Rainforest Alliance.
Support
Limited support is handled in the forum created for this purpose (see the support tab on wp.org).
Find a problem? Fixes can be submitted on Github.
Upgrading from a previous version
Use the upgrade link in the Dashboard (Dashboard
Updates) to upgrade this plugin.Notes
Initial version of this plugin was by scribu, with contributions from others. See full code history on Github.
Screenshots
Installation
Either use the WordPress Plugin Installer (Dashboard
Plugins Add New, then search for “term management tools”), or manually as follows:- Upload the entire
wp-term-management-tools
folder to your/wp-content/plugins/
directory - DO NOT change the name of the
wp-term-management-tools
folder - Activate the plugin through the ‘Plugins’ menu in the WordPress Dashboard
Note for WordPress Multisite users:
- Install the plugin in your
/plugins/
directory (do not install in the/mu-plugins/
directory). - In order for this plugin to be visible to Site Admins, the plugin has to be activated for each blog by the Network Admin.
Reviews
Contributors & Developers
“Term Management Tools” is open source software. The following people have contributed to this plugin.
Contributors“Term Management Tools” has been translated into 5 locales. Thank you to the translators for their contributions.
Translate “Term Management Tools” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.1
- FIX: a WPML translation that only exists in a single site non-primary language was not being migrated correctly
2.0.0
- under new management by @theMikeD ??
- full code refactoring
- inline documentation
- user documentation
- clean phpcs using WordPress-Extra
- unit/integration tests, all of which pass
- term cache clearing now actually works
- for the taxonomy change option, only public taxonomies are listed
- for the taxonomy change option, WPML-translated terms are also moved
- for the term merge option, if all terms to be merged have the same parent term, the merged term will also have that parent term.
- for the term parent option, if one of the supplied terms is also the term selected to be the parent, no terms are adjusted.
- new filter term_management_tools_changed_taxonomy__terms_as_supplied
- new filter term_management_tools_changed_taxonomy__terms_and_child_terms
- new filter term_management_tools_changed_taxonomy__reset_parent_for
1.1.4
- improved taxonomy cache cleaning. props Mustafa Uysal
- added ‘term_management_tools_term_changed_taxonomy’ action hook. props Daniel Bachhuber
- fixed redirection for taxonomies attached to custom post types. props Thomas Bartels
- added Japanese translation. props mt8
1.1.3
- preserve term hierarchy when switching taxonomies. props Chris Caller
1.1.2
- added ‘term_management_tools_term_merged’ action hook. props Amit Gupta
1.1.1
- fixed error notices
- added Persian translation
1.1
- added ‘Change taxonomy’ action
1.0
- initial release
- more info