Single Page Pagination

Forums Forums Search & Filter Pro Single Page Pagination

Viewing 4 posts – 1 through 4 (of 4 total)
  • Anonymous
    #21735

    I have the search and results in an include and when I am on a single post the pagination does not run. But if I click the range slider the previous and next pagination appears but not on page load.

    Any advice or forum feed would be great!

    Ross Moderator
    #21786

    Do you have a link?

    Anonymous
    #21828
    This reply has been marked as private.
    Ross Moderator
    #22166

    Hi Tyrone

    It seems like something in a plugin or theme is interfering with the pagination.

    WP has several hook which can be used to modify the html of the actual pagination, which I think is happenign on your setup.

    Probably there is a check and if is_single() is true then something is removing the pagination.

    When an ajax request is performed is_single will be false which might be why you are seeing this.

    I would try changing your theme, and disabling your plugins to find the cause.

    Alternatively, you could try to create your pagination in another way, something where this other plugin or theme won’t modify the pagination – perhaps you can try this – https://wordpress.org/plugins/wp-pagenavi/ – The S&F results template has some sample code for this plugin.

    Thanks

Viewing 4 posts – 1 through 4 (of 4 total)

Search & Filter Support
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

We also use cookies to store items in your cart as well as allowing your to login on the site.

You can adjust all of your cookie settings by navigating the tabs on the left hand side.

By continuing to use this site, you also agree to our Privacy Policy.