- This topic has 2 replies, 3 contibutors, and was last updated 8 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Question
Answers
Viewing 3 posts - 1 through 3 (of 3 total)
- The question ‘RSS Feeds’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › RSS Feeds
Is there a way to create an RSS feed for New Products and New Vendors?
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…
Regards
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