Skip to:
Content
Pages
Categories
Search
Top
Bottom

[SOLVED] Pagination error on 10th page

Viewing 2 replies - 1 through 2 (of 2 total)

  • pau-bbp
    Participant

    @pau-bbp

    To solve this problem in files:

    /wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php
    /wp-content/plugins/bbpress/bbp-includes/bbp-topic-template.php
    

    comment following lines:

    // Remove first page from pagination
    if ( $wp_rewrite->using_permalinks() )
        $bbp->reply_query->pagination_links = str_replace( $wp_rewrite->pagination_base . '/1/', '', $bbp->reply_query->pagination_links );
    //else
        //$bbp->reply_query->pagination_links = str_replace( '&paged=1', '', $bbp->reply_query->pagination_links );
    

    Did you trying upgraded to 2.1.x first?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar