Allow to create intersections between a post type and a taxonomy with url such as :
As of April 2026, Post types / taxonomies intersections is a WordPress cpt plugin with 10 active installations and a 0/5 rating0. It has been downloaded 3.2K+ times in total. Requires WordPress 3.1+ and PHP false+. Available on WordPress.org since 2011. Last updated 9 years ago — may have compatibility concerns. Top alternative: MAS Static Content.
Allow to create intersections between a post type and a taxonomy with url such as :
mywebsite.com/mypost-type/mytaxo/my-term
Allow to use template files such as :
archive-posttype-taxo-term.php
archive-posttype-taxo.php
archive-posttype.php
archive.php
index.php
Contain a widget that list all terms of a specific taxonomy linked to a post type
Parameters :
$post_type (string) : The slug of your post type
$taxonomy (string) : The slug of your post taxonomy
$term (string) : The taxonomy term
or get_the_intersection_link( $post_type, $taxonomy, $term ); ?> (if you don’t want the function to echo the link)
Example : <a href="Go to my page
| WordPress | 3.1+ requiredTested up to 4.7.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.