bbPress replies list

bbPress doesn’t have archive for replies implemented. It does have topics archives – www.siteurl.com/topics/ and will list all topics. But, for replies, it doesn’t have anything that is needed to display replies list, and it needs rewrite rules, code to handle the archives and render it. The only way to do it is to implement all of that, and it is not very complicated, but it will require some work.

Or, you can always create your own template with a normal WP_Query loop to query replies, implement paging and load single reply templates to display replies.

In any case, it requires implementation from scratch.