说明
该标签以RSS格式显示文章所属分类的名称。该标签必须在WordPress主循环(loop)中。
用法
<?php the_category_rss( $type ) ?>
参数
$type
(字符串)(可选)所显示的订阅类型。有效值包括:
- rss
- rdf
默认值:rss
示例
一个RSS2订阅页面的片段
<?php the_category_rss() ?> <guid><?php the_permalink($id); ?></guid>
分类:中文手册
该标签以RSS格式显示文章所属分类的名称。该标签必须在WordPress主循环(loop)中。
<?php the_category_rss( $type ) ?>
$type
(字符串)(可选)所显示的订阅类型。有效值包括:
默认值:rss
一个RSS2订阅页面的片段
<?php the_category_rss() ?> <guid><?php the_permalink($id); ?></guid>
分类:中文手册
* 版权声明:作者WordPress啦! 转载请注明出处。