PHP Wordpress - 模板中的类别标题和描述

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Wordpress - 模板中的类别标题和描述相关的知识,希望对你有一定的参考价值。

<?php $category = get_the_category(); echo $category[0]->cat_name;?>
<?php $category = get_the_category(); echo $category[0]->category_description; ?>

以上是关于PHP Wordpress - 模板中的类别标题和描述的主要内容,如果未能解决你的问题,请参考以下文章

php WordPress自定义类别发布模板

PHP 类别的页面模板(WordPress)

php 创建基于类别加载的自定义WordPress模板

Wordpress 类别模板显示来自所有类别的帖子,而不是特定类别的帖子

single.php wordpress 中的类别描述

wordpress2.9中的新类别模板