Custom Taxonomy term archive template

Is it possible to have separate archive templates for custom taxonomies?

Like this:

Read More

Tax(categories)

-Players(category)

-Managers(category)

Related posts

2 comments

  1. Yes, the heirarchy is like this:

    taxonomy-{taxonomy}-{term}.php
    taxonomy-{taxonomy}.php
    taxonomy.php
    archive.php
    index.php
    

    So in your case you would create:

    taxonomy-tax-players.php
    and
    taxonomy-tax-managers.php

Comments are closed.