从Wordpress分类页删除RSS源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从Wordpress分类页删除RSS源相关的知识,希望对你有一定的参考价值。
<p>Add this line to "functions.php" in your theme directory to remove RSS feeds specific to categories. The primary blog RSS feed will still be accessible. </p><p>Taken from a post by Hollywood grind on the Wordpress.org forums.</p>
remove_action( 'wp_head', 'feed_links_extra', 3 );
以上是关于从Wordpress分类页删除RSS源的主要内容,如果未能解决你的问题,请参考以下文章
从RSS Feed中删除图像将Feed添加到其他站点时的说明