Title: RSS?
Last modified: December 10, 2016

---

# RSS?

 *  Resolved [lazyym](https://wordpress.org/support/users/lazyym/)
 * (@lazyym)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/rss-52/)
 * I have worked with many different classifieds plugins. I just installed this 
   today. This is indeed the best so far. On to my topic. I know I was able to find
   an rss feed for ads after installing. But I cannot find it now. What is the rss
   url? Thanks!

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/rss-52/#post-8543199)
 * Hi, by default the RSS feed and archive page are disabled, you can enable them
   by adding following code to your theme functions.php
 *     ```
       add_filter( "init", "my_init", 100 );
       function my_init() {
           remove_filter( "template_redirect", "adverts_disable_default_archive" );
       }
       ```
   
 * Once you do that you will be able to access RSS feeds at [http://example.com/feed/?post_type=advert](http://example.com/feed/?post_type=advert)
 *  Thread Starter [lazyym](https://wordpress.org/support/users/lazyym/)
 * (@lazyym)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/rss-52/#post-8857032)
 * Thank you again Greg,
 * Would it be possible to build an rss feed for only registered member posts? I
   have a very localized site. The feed from my site is syndicated at other local
   only sites. I’d like to allow those not from our area to post. Burt don’t want
   their posts syndicated.
 * Is that possible? Can you point me in the right direction?
    -  This reply was modified 9 years, 3 months ago by [lazyym](https://wordpress.org/support/users/lazyym/).

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

The topic ‘RSS?’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [lazyym](https://wordpress.org/support/users/lazyym/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/rss-52/#post-8857032)
 * Status: resolved