Is there any way to restrict certain categoryâs posts or certain posts from being displayed into site default feed after published? Iâm asking this because I donât want few specific categorieâs posts to be sent to my feedburner subscribers. I think preventing them from displaying into site feed will also prevent them to be sent to the the feed subscribers! What do you think? Or is there any way to do so..
Leave a Reply
You must be logged in to post a comment.
Simple answer is yes you can. 🙂
First check out WordPress’s codex here on their RSS feeds. http://codex.wordpress.org/WordPress_Feeds
Then what you can do is change the default head rss links that let browsers know that there is an RSS feed.
In your theme find:
And replace the
href="<?php bloginfo ('rss2_url'); ?>"
with an alternate rss feed link as explained in the WordPress Codex.You will want to do it also for the Atom Feed and the regular rss feed as well which are right below the first link i posted above.