I have a custom post type ‘countries’ and a taxonomy ‘cities’.
My cities are: boston, new york…
I want my archive-countries.php
redirect to the first term taxonomy.
I mean, if my URL is www.example.com/countries
this should redirect to www.example.com/cities/boston
.
How can I do this?
If you know you’re loading the right template, redirect to your first term of the specified taxonomy:
References:
template_redirect
is_post_type_archive
get_terms
wp_redirect
get_term_link