How to add category exclusion to rss feed

I’m trying to exclude certain categories from the mydomain.com/feed

Researching online I came across this code:

Read More
<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

Related posts

Leave a Reply

2 comments