WordPress分类标题函数:single_cat_title
WordPress模板函数single_cat_title用于在分类页输出分类标题,使用比较少见。 singl…
WordPress模板函数single_cat_title用于在分类页输出分类标题,使用比较少见。
single_cat_title( string $prefix = '', bool $display = true )
函数参数
$prefix
字符串值,默认为空
在分类标题前输出的字符串
$display
布尔值,默认值:true
值为false时,只返回结果而不是输出结果。
函数使用示例
<?php single_cat_title('分类:'); ?>
扩展阅读
single_cat_title()函数位于:wp-includes/general-template.php
相关函数:
- the_category()
- the_category_rss()
- category_description()
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!