Replies: 0
I am using a custom taxonomy tag URL as the index page for custom posts of each tag. That page renders just fine.
myurl.com/team/tag-slug
However, I would like the tag base to be an index of all the tags which I would design out how the page looks.
myurl.com/team/
Right now that slug renders 404. I tried various template pages: team.php, tag-team.php, etc. and nothing works.