I have this code for the tag list in Wordpress posts, where I add an external link next to each tag:
$terms = get_the_tags(); if ( ! is_wp_error( $terms ) &a