• Resolved lazyym

    (@lazyym)


    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

    (@gwin)

    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

    Thread Starter lazyym

    (@lazyym)

    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.
Viewing 2 replies - 1 through 2 (of 2 total)

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