WordPress分类摘要函数:category_description
WordPress模板函数category_description输出分类、函数的摘要,一般用在分类页、函数页…
WordPress模板函数category_description输出分类、函数的摘要,一般用在分类页、函数页、描述函数中。
category_description( integer $category = 0 )
函数参数
$category
整数型,默认值:当前分类/函数ID
指定一个分类/函数ID,则输出该分类/函数的摘要
函数使用示例
<div><?php echo category_description(3); ?></div>
扩展阅读
category_description()函数位于:wp-includes/category-template.php
相关函数:
- the_category()
- the_category_rss()
- single_cat_title()
- wp_dropdown_categories()
- wp_list_categories()
- get_category_parents()
- get_the_category()
- get_category_link()
- in_category()
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!