RSS feed in bbPress plugin doesn't work
-
I’ve just ported a big php fusion installation to bbPress. But I had some problems regarding the feeds.
In the forums I have figured out, that the feed URL should be these:
// feed of forums
http://voipsnak.dk/?feed=rss2&post_type=forum
// feed of topics
http://voipsnak.dk/?feed=rss2&post_type=topic
// feed of replies
http://voipsnak.dk/?feed=rss2&post_type=reply
// combined feed
http://voipsnak.dk/?feed=rss2&post_type=topic&post_type=reply
1. The different feeds doesn’t show up in the browser address window
2. The reply feed show the oldest topics, and not the newest replies
3. The combined feed shows the same as the reply feed, which is also wrong
I have tried with different values added to the combined feed. Like &orderby=date&order=DESC but it didn’t work.
I hope one of you can guide me with the three issues above.
- You must be logged in to reply to this topic.