个人工具
名字空间
变换
操作

WordPress:Template Tags/the category rss

来自站长百科
跳转到: 导航, 搜索

目录

描述

RSS格式中,显示类别名称或者一篇文章所属的类别的名称。必须在WordPress:The Loop内部使用这个标签。

用法

%%% <?php the_category_rss('type') ?> %%%


例子

一个RSS2 feed网页的部分。 <?php the_category_rss() ?>

<guid><?php the_permalink($id); ?></guid>

参数

类型 
(string) 显示的feed的类型。有效的参数值:
  • 'rss' (默认)
  • 'rdf'

相关的

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

How to pass parameters to tags with PHP function-style parameters

Go to Template Tag index

留言