Forums Forums Search & Filter Pro Pagination not working when in default “all results showing” mode

Tagged: 

Viewing 10 posts - 21 through 30 (of 33 total)
  • Trevor
    #232746
    This reply has been marked as private.
    Anonymous
    #232750
    This reply has been marked as private.
    Anonymous
    #232752
    This reply has been marked as private.
    Anonymous
    #232754
    This reply has been marked as private.
    Trevor
    #232756
    This reply has been marked as private.
    Anonymous
    #232758
    This reply has been marked as private.
    Anonymous
    #232760
    This reply has been marked as private.
    Trevor
    #232768
    This reply has been marked as private.
    Anonymous
    #232778
    This reply has been marked as private.
    Anonymous
    #232780

    Hi Trevor,

    Solved the issue by switching to the default WordPress pagination code below:

    the_posts_pagination( array(
    ‘mid_size’ => 2,
    ‘prev_text’ => __( ‘Back’, ‘textdomain’ ),
    ‘next_text’ => __( ‘Onward’, ‘textdomain’ ),
    ) );

    I consider that problem fixed. The solution here is steer clear of custom pagination codes.
    The only tiny issue remaining is how to get S&F to show the total search results found
    and not the number of posts on that page. Is this doable?
    So I mean I want it to display “Found you 6 posts” at the top if there were 6 results even if only 3 posts can be displayed on the actual page.

Viewing 10 posts - 21 through 30 (of 33 total)