Forums Forums Search & Filter Pro Problem with pagination

Tagged: 

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

    I have problem with pagination here:
    http://tracers.ru/members/8/bio/

    When I click next page I get:
    http://tracers.ru/members/8/bio/page/2/
    but I need:
    http://tracers.ru/members/8/bio/?paged=2

    / Oleg

    Ross Moderator
    #21240

    Hi Oleg

    This is not Search & Filter but your pagination functions.

    I’m not sure how you would do this but I believe this is because of your permalink structure – without permalinks WP would use paged=2 and with permalinks enabled it would use paged/2

    Thanks

    Anonymous
    #21241

    Is the only chance to change permalinks in WP settings or there is another possible solution?
    For example, pagination in Search & Filter on tracers.ru/archive works in other way. Everything is ok except case when i am going from page 2 to page 1 (page style is broken).

    Anonymous
    #21243

    And why on this page is no ajax pagination?

    Ross Moderator
    #21306

    Hi Oleg

    I think the URLs being created are by your pagination function – not Search & Filter – so you must modify your pagination instead if you wish to handle this.

    Remember, WordPress also has built in rewrites which automatically converts some URLs like this:

    http://tracers.ru/archive/?paged=2 (notice the URL change immediately after to page/2 format)

    Right now, your pagination is not working at all (http://tracers.ru/members/8/bio/), but I took some screenshots before to illustrate the problem you were having:

    http://snag.gy/bkF1f.jpg
    http://snag.gy/IkcLl.jpg

    It looks like a problem with the loop or some unclosed html tags.

    Thanks

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