Post types / taxonomies intersections

Post types / taxonomies intersections Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 2,677 downloads
Post types / taxonomies intersections Icon

Try plugin: Post types / taxonomies intersections

We'll create fresh WordPress site with Post types / taxonomies intersections installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Post types / taxonomies intersections

Allow to create intersections between a post type and a taxonomy with url such as :

0


0


0


0


0

updated: 8 years ago
since: 13 years ago
author: Benjamin Niess

Description

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

Usage

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