Is there a way to limit the number of topics listed under the Latest Discussions part?
bbPress support forums » Installation
How to limit latest discussion topics?
(4 posts)-
Posted 1 year ago #
-
This is a setting in your config.php, but if you are interested in limiting discussion based on time, check out this plugin:
http://bbpress.org/plugins/topic/21?replies=1
Otherwise:
// The number of topics that show on each page. $bb->page_topics = 30;Trent
Posted 1 year ago # -
Or use the frontpage plugin, then you can do this in the admin area (can't find the direct plugin url right now but it's there somewhere....)
Posted 1 year ago # -
I think this is the plugin you were thinking about, Null. It worked very well for me:
Posted 1 year ago #
Reply
You must log in to post.