Use terms from generated taxonomies to associate related content.
As of April 2026, Shadow Terms is a WordPress terms plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 3.7K+ times in total. Requires WordPress 5.9+ and PHP 7.4+. Available on WordPress.org since 2022. Recently updated within the last 3 months. Top alternative: Complianz – Terms and Conditions.
Shadow Terms registers custom (shadow) taxonomies for supported post types. These taxonomies can be used to associate related content from a variety of post types.
When a new post of a supported post type is created, a term mirroring that post is also created. When editing another post type that supports this taxonomy, this term can be assigned to associate the posts.
Shadow Terms does not register support for itself on any post types by default. Custom code must be added to a plugin or theme.
Support can be added to a custom post type with code like:
<?php
// Register the organization post type normally.
register_post_type( 'organization', $args );
// Add support for Shadow Terms to the organization post type.
add_post_type_support(
'organization',
'shadow-terms',
array(…| WordPress | 5.9+ requiredTested up to 6.9.4 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.