I’m trying to exclude certain categories from the mydomain.com/feed
Researching online I came across this code:
<a href="<?php bloginfo('url'); ?>/feed?cat=-3&cat=-12">Entries (RSS)</a>
Now the question is should I create a function (if yes what function to create) so I can exclude categories without having anyone to redirect to custom feed URLs
In your functions.php add:
Or use Simply Exclude for more flexibility.
Take a look on this plugin too Ultimate Category Excluder.i hope it’ll helps you:)