WordPress输出当前文章标题标签:the_title_attribute
WordPress模板标签the_title_attribute用于输出当前文章的标题,和the_title()相似,但the_title_attribute()去除了标题中的HTML标签。 the_title_attribute( string|array $args = '' ) 函数参数$args数组或字符串 the_title_attribute()函数$args参数默认的值如下: …