WordPress页面标题函数:wp_title
WordPress模板函数wp_title用于输出页面的标题,通常用在页面的<title>函数中。…
WordPress模板函数wp_title用于输出页面的标题,通常用在页面的<title>函数中。在WordPress 4.4版本之后,wp_title()函数已被弃用。
wp_title( string $sep = '»', bool $display = true, string $seplocation = '' )
函数参数
$sep
字符串值,默认值:»
提供的字符用于分隔标题中的项,默认 »
$display
布尔值,默认值:true
是否输出函数返回的结果。
$seplocation
字符串值,默认为空
标题的显示方向,例如:right
函数使用示例
<title><?php wp_title(); ?></title>
扩展阅读
wp_title()函数位于:wp-includes/general-template.php
相关函数:
- single_post_title()
- wp_title_parts()
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!