让 WordPress 的分类显示 RSS 链接和文章总数

<?php wp_list_cats('optioncount=1&feed=RSS&hide_empty=0'); ?>

optioncount=1
显示文章记数

feed=RSS
显示分类的 RSS 链接

hide_empty=0
显示空分类

以前在一个群里问过,没人知道,codex 可以访问后自己去查了一下,问题解决
可以根据需要调整各选项的显示/隐藏

效果如下:

Show RSS links and counter in categories list


« older in this category

newer in this category »