I am making a website for a music jam group. They post the songs that they are going to cover on their site. So they add a Post, tag it “Song” and “January-20-2020”. These tags organize it. But they are adding a tag for artist too so for example: “Beatles”. Now I would like to filter out all the artist tags into a list or on a page so that I only see artists tags and not date tags or channel tags.
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
artist: /artist/{slug}/
Above does not work obviously, but I tried. Any suggestions on how I might accomplish this?