Title: rss flux
Last modified: August 31, 2016

---

# rss flux

 *  Resolved [noetessier](https://wordpress.org/support/users/noetessier/)
 * (@noetessier)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/rss-flux/)
 * Hello!
    Is it possible to generate a Rss flux from this plugin? Thx Noé
 * [https://wordpress.org/plugins/wpadverts/](https://wordpress.org/plugins/wpadverts/)

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/rss-flux/#post-6994373)
 * Hi, i am not sure what is RSS flux? Do you mean RSS feeds?
 *  Thread Starter [noetessier](https://wordpress.org/support/users/noetessier/)
 * (@noetessier)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/rss-flux/#post-6994376)
 * yes
    I want to link this plugging with my automated Facebook posting tool and
   I need a rss feed to do so. thx
 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/rss-flux/#post-6994436)
 * It has by in latest version there is a bug which does not allow to display them,
   you would need to add following code in your theme functions.php file to fix 
   it
 *     ```
       add_action("init", "my_init", 20);
       function my_init() {
           remove_action('template_redirect', 'adverts_disable_default_archive');
       }
       ```
   
 * Then RSS feeds for Ads should be available on your site at [http://example.com/advert/feed/](http://example.com/advert/feed/)
 *  Thread Starter [noetessier](https://wordpress.org/support/users/noetessier/)
 * (@noetessier)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/rss-flux/#post-6994442)
 * Thank you!
    :o)

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

The topic ‘rss flux’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [noetessier](https://wordpress.org/support/users/noetessier/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/rss-flux/#post-6994442)
 * Status: resolved