Family Encyclopedia >> Electronics

How to make a separate RSS feed for each custom post type in WordPress

Everyone is using custom post types on their new WordPress sites because this is such a powerful feature. One of our users asked us how they can create a separate RSS feed for a specific custom post type in WordPress. In this article, we will be answering that question.

You might think that it requires a lot of coding, but it doesn't. It works the same as creating a separate RSS feed for each category in WordPress. You can simply type this URL:

Just change the name post_type to the one you want to create a separate RSS feed for. Looking to take it to the next level and make it for a specific custom post type and custom taxonomy? Well, that's not hard either:

As you can see from the code above, that gender would be the custom taxonomy, and romance would be the tag if you can call it that. You can create a button in your sidebar to link to that. You can also link to this feed and create a separate feedburner feed for it.