1、wp_list_cats函数现在有两个相关参数:feed 和 feed_image。feed_image 是用来做链接的图片的url;feed 是用来做链接的文字;如果两个参数都设置了,feed是图片alt里的文字。例子:

wp_list_cats(’feed=XML’);
wp_list_cats(’feed_image=/wordpress/images/xml.png’);

2、也可以直接写,比如分类1的rss 2.o的url:

http://www.yourwebsite.com/wp-rss2.php?cat=1

如果你使用了 permalinks,在分类链接后面加 “feed/”就可以了,比如:

http://www.yourwebsite.com/archives/category/general/feed/

原文地址:http://yan.me/dia/392