Опис
Please note this plugin requires at least PHP 7.1.
Якщо необхідно реорганізувати ваші позначки (теги) чи категорії, цей плагін полегшить вам роботу. Він додає дві нові функції до меню Групові дії на сторінці з управління таксономіями:
- Об’єднуй дві або більше таксономії в одну
- Встанови батьківську таксономію для однієї чи більше таксономії (для ієрархічних таксономій)
- Змінюй таксономію – перетворюй її з одної на іншу
Він працює з позначками (тегами), категоріями, а також з індивідуально створеними таксономіями.
Використання
- 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.
Скріншоти
Встановлення
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.
Відгуки
Учасники та розробники
“Term Management Tools” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
Учасники“Term Management Tools” було перекладено на 5 локалізацій. Дякуємо перекладачам за їх роботу.
Перекладіть “Term Management Tools” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
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
- збереження ієрархії при зміні таксономій. Дяка Chris Caller
1.1.2
- додано ‘term_management_tools_term_merged’ хук дії. Дяка за це Amit Gupta
1.1.1
- виправлено сповіщення про помилки
- додано переклад Перською
1.1
- додано дію “Змінити таксономію”
1.0
- початковий випуск
- додаткова інформація