NO BUG: No rss feeds generated

trying to access woo product rss feed (for automation purposes), and no entries come up:
domain.com/feed/?post_type=product

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Florida Seating</title>
	<atom:link href="https://domain.com/feed/?post_type=product" rel="self" type="application/rss+xml" />
	<link>https://domain.com</link>
	<description>Commercial Hospitality Furniture</description>
	<lastBuildDate>Wed, 07 Aug 2024 22:00:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.1</generator>
</channel>
</rss>

Hi,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue (Bricks 1.10.1 on try.bricksbuilder):

https://try.bricksbuilder.io/ted545f0/feed/?post_type=product

When were your products published?

The WordPress feeds only show the most recent posts, i.e. it is not an “archive” that shows all the posts ever published. That’s not the purpose of an RSS feed.

Best regards,
timmse

it was a plugin which cause the rss feed to not function. all sorted. thank you!

i disabled the feature which caused this. however, should the feed at least show the 10 most recent items, as per wp settings under reading? it currently shows none.

The feeds are core WordPress functionality.
You’ll probably get the same result if you switch to a different theme. Other settings of the ominous plugin may influence the feeds.

thanks for the reminder! will sort it.