Linked Taxonomies
Link two (or more) taxonomies and synchronize their terms.
by Thorsten Frommen · github.com/tfrommen/linked-taxonomies · website
★ 1stars
3release downloads
11composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/tfrommen/linked-taxonomies/releases/download/v1.2.0/linked-taxonomies.zipAlso on Packagist as tfrommen/linked-taxonomies:
composer require tfrommen/linked-taxonomiesFrom the readme
Linked Taxonomies
Have you ever had to work with two or more taxonomies that basically share the same terms? And then you got tired of propagating all the changes you made on one taxonomy's terms to the other taxonomies?
This is exactly when Linked Taxonomies kicks in.
There are several good reasons for having individual taxonomies that consist of the same set of terms. One is if these taxonomies are registered for different sets of post types. Or object types, to be more precise, as you can also use taxonomies and terms on comments or users. Another good reason is using one source taxonomy that is visible to certain user roles, and link one or more completely hidden target taxonomies that you only use automatically in the background.
Installation
1. Download ZIP.
1. Upload contents to the /wp-content/plugins directory on your web server.
1. Activate the plugin through the Plugins menu in WordPress.
1. Find the new Taxonomies menu item in the Settings menu in your WordPress backend.
Usage
What this plugin is all about is providing a means to link specific taxonomies, either unidirectionally or bidirectionally, and synchronize their terms. And doing this is quite simple. On t
Read the full README on GitHub →