• I’m using the plugin on a site with Divi and woocommerce. The pagination is failing on the search result pages.

    The pagination variable should be set with a URL parameter product-page=4
    When Relevanssi is active, it does not add this URL parameter when using the pagination but instead changes the link to /page/2/?s=my_search_term

    Is there a way to override this?

Viewing 1 replies (of 1 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Relevanssi doesn’t do this. Relevanssi doesn’t do any pagination links in itself, those are coming from somewhere else. What is printing out the pagination links on your search results page? That’s your theme’s responsibility.

    Relevanssi just reads in the pagination parameters from WordPress and shows the pages requested from it. Relevanssi doesn’t understand product-page, though, only paged, posts_per_page and offset, so you probably need to convert product-page to paged anyway.

Viewing 1 replies (of 1 total)

The topic ‘Relevanssi pagination issues’ is closed to new replies.