fbpx

Creating WordPress RSS Feeds for Custom Post Types

In addition to creating WordPress RSS feeds for categories and tags, RSS feeds for search results, RSS feeds for comments, and RSS feeds for authors, you can also create RSS feeds for custom post types. This is super simple. In order to do this, simply use the URL structure below:

https://www.example.com/feed?post_type=custom_post_type

You need to replace custom_post_type with your post_type and you need to replace www.example.com with the domain name for your WordPress website.

We wanted to get the RSS feed for Jobify for a client, and in order to do that, we needed to get the RSS feed for the job_listing post type. Therefore, we used the following URL:

https://www.example.com/feed?post_type=job_listing

Learn how to use this RSS feed by checking out our post on creating an automated email newsletter with MailChimp and WordPress’ RSS feeds.

Leave a Reply

Your email address will not be published. Required fields are marked *