• Resolved somtam

    (@somtam)


    Hello, I have a single page with filters. It works, but the pagination has problems. It returns 404.

    The url for a pagination page is:

    pageName/slug-term/2

    Thank you

    • This topic was modified 1 year, 6 months ago by somtam.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @somtam

    It looks like the an issue with pagination and how it is working. You can try to use hook “wpc_filtered_query_end” in order to apply your pagination on the filtered query.

    do_action( 'wpc_filtered_query_end', $wp_query );

    Best Regards – Victor

    Thread Starter somtam

    (@somtam)

    Thank you for support, that action probably will be usefull, but the problem now is that this URL

    pageName/slug-term/2

    eample: myflower/color-red/2

    return a 404 page.

    I have tried also this kind of URL but without success

    pageName/slug-term/page/2/

    I forget to say that in that page, to get the posts preview, I use the module Posts from Elementor, where in the query section i select the custom post type.

    Thank you

    • This reply was modified 1 year, 6 months ago by somtam.
    Plugin Support fesupportteam

    (@fesupportteam)

    Hi @somtam

    Can you please send the link to the page with the issue so we can check it?

    Best Regards – Victor

    Thread Starter somtam

    (@somtam)

    Hello, thank you for support. I am developing on a local environment.

    Anyway after further investigation I understand that the problem is not related to your plugin.

    Thank you for your time.

    Plugin Support fesupportteam

    (@fesupportteam)

    Hi @somtam

    We are glad to hear that you have found the root of the issue, and hopefully the fix for it as well.

    Best Regards – Victor

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

The topic ‘Pagination on filter applied to single page returns 404’ is closed to new replies.