I have a career blog and have been writing on it from the past 4 months with a subscribers count of around 600 confirmed readers. Recently i have started posting few personal posts and fun related content which i want to be displayed on the web blog but not to be shown on the feedburner emails which are sent to my readers and also not in the Feed readers like Google Reader, Feed Demon etc. Is it possible to actually hide or stop this stuff with out any complex coding stuff? I tried to publish these posts in very older dates to try to hide the content from email readers, but still they are being sent to everyone and no solution for excluding posts from certain category.
Solution : WordPress offers you with many excellent tweaking features using which you can easily customize it to the maximum levels, unlike other confusing softwares like Joomla which are very hard from the beginning itself. Lets get back to the topic of hiding a category posts from being displayed in the feeds. For this you need to visit the Feedburner section along with the category ID. The category ID can be found at wp-admin/categories.php section, while you mouse over the edit option it will be displayed in the status bar of your browser as shown below.
Next in the feedburner panel you need to click on ‘Edit Feed Details’ option which will display three different sections to edit. You need to edit the 2nd one as shown below. If the Category ID of the category you want to exclude is 50, then you need to update as shown below.
Original Feed : https://www.amitbhawani.com/blog/feed/
Updated Feed : https://www.amitbhawani.com/blog/feed/?cat=-50
That’s it the option would just disable publishing posts from that specific category, also if you are looking to perform the same job for multiple categories you should add the same code again like – ?cat=-50&cat=-51 and so on.


Hi Amit, thanks for the post.
I tried applying what you said here. Wanted to exclude 2 categories from the rss feed. Here’s what I entered in the feed settings section: http://www.experienceserenity.com/feed/?cat=-152&cat=-70 BUT when I click on my rss feed link on my site to test it, it automatically loads up this url:
http://www.experienceserenity.com/feed?cat=-152
I have no idea why it is doing this. I am using thesis theme and I included the proper url in the feed section of thesis theme too.
Any ideas?
Thanks