Support Forums

Looking for support? You can access the support system via your account.

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 Moderator
    #232746
    This reply has been marked as private.
    christopher hughes
    #232750
    This reply has been marked as private.
    christopher hughes
    #232752
    This reply has been marked as private.
    christopher hughes
    #232754
    This reply has been marked as private.
    Trevor Moderator
    #232756
    This reply has been marked as private.
    christopher hughes
    #232758
    This reply has been marked as private.
    christopher hughes
    #232760
    This reply has been marked as private.
    Trevor Moderator
    #232768
    This reply has been marked as private.
    christopher hughes
    #232778
    This reply has been marked as private.
    christopher hughes
    #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)

The topic ‘Pagination not working when in default “all results showing” mode’ is closed to new replies.