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.
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.
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