I like to create a landing page for my custom taxonomies. Right now ive created three custom taxonomies
/country/[terms]
/person/[terms]
/interrests/[terms]
i like to create a listing page for each of the taxonomy, this listing page should list all the [terms] they contain. And link to the normal (taxonomy-[term].php
/taxonomy/[term]
) url. What is a proper way to implement this?
First i was thinking something along the lines with template_redirect and create a custom taxonomy-list.php
file to include in the action which manually query using a WP_Query()