Taxonomy 'get_the_term_list' redirect
-
Hi there
Possibly a strange question but I have myself in a muddle with taxonomies. And need to output a list of terms from a taxonomy:
echo get_the_term_list( $post->ID, 'therapies', '', '<br />', '' );
Works perfectly, but it links to the taxonomy page and I need it to link to a single.php post ie.
it links to here:
website/therapies/physiotherapy/and i need it to link to here:
website/physiotherapy/Anyone know a way to change the ‘get_the_term_list’ or to dynamically redirect the taxonomy page to the single?
Many thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Taxonomy 'get_the_term_list' redirect’ is closed to new replies.