plugin-icon

Shadow Terms

제작자: Happy Prime·
Use terms from generated taxonomies to associate related content.
등급
5/5
버전
1.2.2
활성화된 설치 항목
10
최근 업데이트일
Jun 13, 2025
Shadow Terms

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( // Add post types that support the organization_connect taxonomy. 'person', 'press-release', ) );

With the example above, whenever an organization is created, a term with the same name will be created under the organization_connect taxonomy. When a person or press release is edited, that term will be available for assignment through standard WordPress taxonomy interfaces.

Code can then be written to query and display all people or press releases related to an organization.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.8.3
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.