Title: Multi rss feed on wordpress
Last modified: March 23, 2017

---

# Multi rss feed on wordpress

 *  Resolved [en10](https://wordpress.org/support/users/en10/)
 * (@en10)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multi-rss-feed-on-wordpress/)
 * Hello,
 * On my website I use two type of article.
    – Normal article of wordpress (for “
   big” article) – Custom post (for little article)
 * Both have a RSS Feed.
    The first : {website}/feed The second : {website}/cat/
   feed
 * I want both of the RSS Feed in the same feed: {website}/feed
 * How can I do that?
 * Thank you for your help

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [stanordan](https://wordpress.org/support/users/stanordan/)
 * (@stanordan)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multi-rss-feed-on-wordpress/#post-8949334)
 * If the custom post type is publicly available and in the main query, you should
   be able to put `/feed` after the Site URL to get all the published content.
 *  Thread Starter [en10](https://wordpress.org/support/users/en10/)
 * (@en10)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multi-rss-feed-on-wordpress/#post-8954782)
 * I found the solution here: [http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/#comment-174731](http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/#comment-174731)
 *     ```
       function myfeed_request($qv) {
       	if (isset($qv['feed']) && !isset($qv['post_type']))
       		$qv['post_type'] = array('post', 'story', 'books', 'movies');
       	return $qv;
       }
       add_filter('request', 'myfeed_request');
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multi rss feed on wordpress’ is closed to new replies.

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [en10](https://wordpress.org/support/users/en10/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/multi-rss-feed-on-wordpress/#post-8954782)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
