WordPress:Template Tags/category description

来自站长百科
跳转至: 导航、​ 搜索

描述[ ]

返回类别描述。

用法[ ]

%%% <?php category_description(category); ?> %%%

例子[ ]

默认用法[ ]

显示ID为3的类别描述,echoing标签的返回值。

<p><?php echo category_description(3); ?></p>

WordPress 是我最喜爱的一个写博客的工具,我在这里分享使用WordPress的小贴士和方法技巧。

用类别标题[ ]

<p><strong><?php single_cat_title('当期浏览'); ?>
</strong>: <?php echo category_description(); ?></p>
当前浏览 WordPress: WordPress 是我最喜爱的一个写博客的工具,我在这里分享使用WordPress的小贴士和方法技巧。

参数[ ]

类别
(整数) 标签需要返回描述的类别的ID数。如果没有设置,默认为当前的类别。

相关的[ ]

the_category, the_category_rss, single_cat_title, category_description, wp_dropdown_categories, wp_list_categories, in_category, get_category_parents, get_the_category get_category_link