lhexy (@lhexy)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • In reply to: bbp-forum-index issues

    lhexy
    Participant

    @lhexy

    after add the code,
    function bbp_increase-forum-per-page( $args = array() ) {
    $args[‘posts_per_page’] = get_option( ‘_bbp_forums_per_page’, 100 );
    return $args;
    }
    add_filter( ‘bbp_before_has_forums_parse_args’, ‘bbp_increase-forum-per-page’ );

    I got an error

    /clickandbuilds/…/wp-content/themes/…./functions.php on line 207

    As a result, I cannot open any page. Please help.

Viewing 1 replies (of 1 total)