the_tags( string $before = null, string $sep = ‘, ‘, string $after = ” )
函数参数$before字符串值,默认值:null在标签链接前显示的文本。
$sep字符串值,默认值:,在每个标签链接之间显示的文本。

$after字符串值,默认为空在标签链接后显示的文本。
利用实例the_tags('<div class="article-tags">', '', '</div>');
扩展阅读利用函数时最好负责看看源码,顺便学习,对付制作wordpress主题有好处
the_tags()函数位于:wp-includes/category-template.php
干系函数:
get_tag()get_tag_link()get_tags()get_the_tag_list()get_the_tags()is_tag()single_tag_title()tag_description()wp_generate_tag_cloud()wp_tag_cloud()