Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: rss result is empty

Just in case this thread (and bbPress development) is still alive:

The question was: How to handle feeds with no items. Currently bbPress responds with an empty page when a feed wouldn’t contain any items.

The expected behaviour would be to respond sending a valid feed with no item entries.

The file /rss.php (see http://svn.automattic.com/bbpress/trunk/rss.php) calls die() in all cases when no posts are found.

Comment out all “die()” calls and you’re fine!

Skip to toolbar