WordPress输出RSS格式分类函数:the_category_rss
WordPress模板函数the_category_rss用于输出RSS格式的分类,必须用在The Loop主…
WordPress模板函数the_category_rss用于输出RSS格式的分类,必须用在The Loop主循环中。
the_category_rss( string $type = null )
函数参数
$type
字符串值,默认值:rss2
RSS的版本,可选的值如下:
- rss2
- rss
- rdf
- atom
函数使用示例
以rss2格式输出分类:
<?php the_category_rss() ?> <guid><?php the_permalink($id); ?></guid>
扩展阅读
the_category_rss()函数位于:wp-includes/feed.php
相关函数:
- the_category()
- single_cat_title()
- category_description()
- wp_dropdown_categories()
- wp_list_categories()
- get_the_category()
- get_category_parents()
- get_category_link()
- is_category()
- in_category()
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!