Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to limit latest discussion topics?

This is a setting in your config.php, but if you are interested in limiting discussion based on time, check out this plugin:

https://bbpress.org/plugins/topic/21?replies=1

Otherwise:

// The number of topics that show on each page.
$bb->page_topics = 30;

Trent

Skip to toolbar