-
Author
-
November 20, 2017 at 19:22 #180409PatrickParticipant
Add would like see 60 forum appear in https://raiffet.org/forums/
instead of 50
thank you
RICHARD Patrick
November 21, 2017 at 00:30 #180443LauraModeratorHello, try by adding this to functions.php of child theme
COPY CODEfunction bbp_increase-forum-per-page( $args = array() ) { $args['posts_per_page'] = get_option( '_bbp_forums_per_page', 60 ); return $args; } add_filter( 'bbp_before_has_forums_parse_args', 'bbp_increase-forum-per-page' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 27, 2017 at 14:42 #181177LauraModeratorHello, i see. The problem is that bbpress has a limit of forums, try by using more categories and less forums or maybe try to hire a developer that could tweak it for you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 27, 2017 at 15:23 #181194PatrickParticipantif you tell me which file I need to change ?
thank youRICHARD Patrick
November 27, 2017 at 18:04 #181217LauraModeratorHello, its a function of bbpress, check https://bbpress.org/forums/topic/hitting-50-forum-limit-what-can-i-do/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.