> WordPress中文手册 > wordpress获取标签链接: get_tag_link()

【函数介绍】

根据标签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.