根据标签ID获取标签的链接。
<a href="<?php echo get_tag_link($tag_id); ?>">tag name</a>
tag_id (numeric) 标签ID.
URL (string) 标签的URL链接.
get_tag_link()位于 wp-includes/category-template.php.