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
安装:
Upload and activate the plugin
Update permalink on the admin panel (VERY IMPORTANT)
Go the the widget area if you want to add the widget
You can use the function described on the Usage section if you want to create a link to the archive view
更新日志:
2.1
Coding standards review
Added extra security sanitizing checks
Tested up to 4.7
2.0.1
Fix php tag in default tpl
2.0
Code refactoring
Use MVC modele. Allow to use custom template in theme