Forums Forums Search & Filter Pro Pagination not working

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #92650

    Hi,

    Just bought the plugin. It’s 100% fits my needs, except it seems there is a bug and the pagination just not working. This is the website I’m working on: http://class.devdepot.biz/?page_id=939, latest WP and plugin version.

    Trevor
    #92672

    It looks like the form is setup in Custom display results method, yes? With no filters selected, how many posts are there supposed to be. Without pagination, all I can see is the 9.

    Using the Custom method means that you are using the theme’s own template files. Your theme is nice enough to tell me that the template being used is advanced_search.php, yes?

    Does that have php in it to make the pagination?

    Anonymous
    #92702

    Hi,

    Thank you for your reply.
    If you run the test without any parameters, you should see 30 posts, with 9 posts per page. Like you mentioned, I chose the Custom method, using my own template. You can see the template, and all the other theme files, in my GitHub: https://github.com/yuvalsabar/class-morim/blob/master/templates/advanced_search.php

    Trevor
    #92704

    What happens if you put more normal pagination in? If you look in the plugin/templates folder, you will find a results.php template, look at the pagination section at the bottom.

    Anonymous
    #92720

    Hi,

    I found the problem. My pagination uses the default wp_query instead of the custom $query I made. Problem fixed! Thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)