Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #67184
    @nquest69

    Is there a way to create an RSS feed for New Products and New Vendors?

    Answers

    #67391

    Anonymous
    @

    Hi @nquest69, Woocommerce has built in the RSS feed in the plugin, you just need to know how to access it hope this helps.

    To show Woocommerce product RSS use the follow URL:-
    http://www.yourdomain.com/?feed=rss2&post_type=product

    To show Woocommerce product RSS by product category:-
    http://www.yourdomain.com/?feed=rss2&post_type=product&product_cat=general

    To show Woocommerce product RSS by product tags:-
    http://www.yourdomain.com/?feed=rss2&post_type=product&product_tag=tag1

    To show Woocommerce product RSS by product category and tags:-
    http://www.yourdomain.com/?feed=rss2&post_type=product&product_tag=tag1&product_cat=general

    To show Woocommerce product RSS by product category and multiple tags:-
    http://www.yourdomain.com/?feed=rss2&post_type=product&product_tag=tag1,tag2&product_cat=general

    As for WC Vendor’s RSS feeds, You can check this…

    Vendor store rss feed

    Regards

    #67393
    @vapvarun

    Hi @nquest69,I am not sure about vendor feed

    For product feed you can get it at http://yourdomain.com/feed/?post_type=product

    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘RSS Feeds’ is closed to new replies.