WordPress获取当前文章Tag列表标签:get_the_tag_list
WordPress模板标签get_the_tag_list用于获取当前标签列表,需要用在The Loop主循环中,如果在主循环之外使用,需要传递文章ID。 get_the_tag_list( string $before = '', string $sep = '', string $after = '', integer $id = 0 ) 函数参数$before …