Title: Combined RSS feed?
Last modified: August 21, 2016

---

# Combined RSS feed?

 *  [Tigr](https://wordpress.org/support/users/tigr/)
 * (@tigr)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/)
 * Hi!
 * THank you for the great plugin, works wonders. I have one request regarding the
   RSS feeds. Currently, the common RSS feed has disappeared after the installation
   and I got two RSS feeds under /en/feed/ and /ru/feed/ and that is fine. Now, 
   I would also like to have the feed with everything in it, the /feed/ feed. How
   can I arrange for that?
 * Thanks.
 * [http://wordpress.org/plugins/polylang/](http://wordpress.org/plugins/polylang/)

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

 *  Thread Starter [Tigr](https://wordpress.org/support/users/tigr/)
 * (@tigr)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337495)
 * Well, can someone at least point me in the right direction?
 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337497)
 * If you have some PHP skills, you should look at adding a new rewrite rule (not
   sure however that it will be sufficient).
 *  Thread Starter [Tigr](https://wordpress.org/support/users/tigr/)
 * (@tigr)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337498)
 * How would a rewrite rule help? I need to combine the output, not redirect the/
   rss/ to /en/rss/. I was hoping for some pointer to where the RSS links are changed
   so that I can actually leave the “original” RSS generator in place in addition
   to the language-specific ones…
 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337499)
 * because /en/rss points to /?feed=rss2&lang=en
    You want to point to /?feed=rss2
   only Not sure that it will be sufficient however. As Polylang won’t find any 
   valid language, so that may just break or need more tweaks.
 *  Thread Starter [Tigr](https://wordpress.org/support/users/tigr/)
 * (@tigr)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337507)
 * Mmmm… that does not sound right… I would be thinking along the lines of getting
   a quasi-language amptly named “all” and then getting /?feed=rss2&lang=all Is 
   that arrangement possible?
 *  Thread Starter [Tigr](https://wordpress.org/support/users/tigr/)
 * (@tigr)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337514)
 * Where is the feed handling in the code?
 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337518)
 * Links are managed in /frontend/frontend-links.php (I use the filter ‘feed_link’).
   Rewrite rules are managed in /include/links-directory.php. And WP manages everything
   else as the language is a taxonomy.
 *  Thread Starter [Tigr](https://wordpress.org/support/users/tigr/)
 * (@tigr)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337522)
 * Right. The code is about an order of magnitude less obvious than I would like
   it to be 🙂 I understand it all happens by magic but I do not understand where
   to change that magic, unfortunately 🙁
 * I think the best would be to leave RSS alone and have the links /rss/ and /en/
   rss/ where the former will generate a full list of posts and the latter – only
   in English. Now if I only knew where and what to change…

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

The topic ‘Combined RSS feed?’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

## Tags

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

 * 8 replies
 * 2 participants
 * Last reply from: [Tigr](https://wordpress.org/support/users/tigr/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/combined-rss-feed/#post-4337522)
 * Status: not resolved