Family Encyclopedia >> Electronics

How to make separate RSS feeds for each category in WordPress

Many times bloggers wonder how to make a separate RSS feed for their category. Because sometimes your user only visits your website for the design category, but you have ten other categories that the user is not interested in. How can you offer them a separate RSS feed? In this tutorial, we'll show you how you can do that.

Technically you don't have to do anything..

Let's say you like the WPBeginner Showcase category and want to subscribe to it. The category URL is:

You just need to add the word feed in front of it like this

So if you tell your users that, then you can give them the opportunity to subscribe. You can specifically ask your designers to add this to the theme when users open category pages, they can subscribe to the category itself.

Now there is another piece of code that will help you allow your users to subscribe to separate RSS feeds by letting them know they can. You can't manually email your readers and ask them to do this. Instead, what you can do is use this code:

Now you need to change the URL to the feed image because it will display an RSS icon next to your list of categories. You can paste this code in the sidebar where you have the category code.

You can now have separate RSS feeds for each category in WordPress.