WordPress获取Tag标题函数:single_tag_title

WordPress模板函数single_tag_title输出当前函数(Tag)的标题,一般用在函数页。 si…

WordPress模板函数single_tag_title输出当前函数(Tag)的标题,一般用在函数页。

single_tag_title( string $prefix = '', boolean $display = true )

函数参数

$prefix

字符串值,默认为空

在标题前输出的字符

$display

布尔值,默认值:true

是否输出返回的值,默认为输出。

函数使用示例

<p><?php single_tag_title('当前函数:'); ?></p>

扩展阅读

single_tag_title()函数位于:wp-includes/general-template.php

相关函数:

  • get_tag()
  • get_tag_link()
  • get_tags()
  • get_the_tag_list()
  • get_the_tags()
  • is_tag()
  • the_tags()
  • tag_description()
  • wp_generate_tag_cloud()
  • wp_tag_cloud()
类别:WordPress函数讲解

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册