@truthpraiser
8 years, 5 months ago
Hi I want to show all forums list in widget, but bbPress default widget show only the 50 forums name that sorted with alphabetic characters.
Nobody knows anything about this?
@robin-w
put this in your child theme’s functions file, and make the number bigger than the number of forums you have
update_option ('_bbp_forums_per_page', 200) ;
Functions files and child themes – explained !
Special thanks dear Robin W for your useful advice.
great – glad you are fixed !