Tagged: bbpress
Hi
It seems that there is a limit on 50 forums that can be shoed in the forum index page. How do I show all of my 89 forums?
Thanks
TorbenHi Torben,
Thank you for asking.That is the default limit. You can change it like this
/** * Change default number of forums. */ add_filter( 'pre_option__bbp_forums_per_page', function ( $val ) { return 100;// change it to the number. } );
Please put this in your functions.php or bp-custom.php and that should do it.
Regards
BrajeshHi Brajesh
Super. Thank you very much. It works 🙂
Hi Torben,
Thank you for confirming. I am glad it worked 🙂Regards
Brajesh
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘ [Resolved] How to show more than 50 forums in BBPress?’ is closed to new replies.
This topic is: resolved