I see the problem on the page you linked to. The ordering appears correct on the initial page load, but not when applying pagination.
There appears to be something wrong with the pagination links themselves. These include certain URL parameters used by the View, and in your case the wpv_view_count parameter is modified; the value should just be a number, but yours has a long string appended, e.g.
So I would first try to isolate the cause of that, by disabling all non-Toolset plugins and switching theme, to provide a minimal install to re-test the ordering after pagination. Then try to identify what produces the issue by gradually re-activating other plugins and returning to the original theme.
Given that this is a live site you shared, you will want to do that testing on a staging site.
Let us know what you find. If you identify which plugin (or the theme) triggers the issue, we can then try to reproduce the problem and debug the cause.
The topic ‘[Closed] The order by date is not working’ is closed to new replies.