Why pagination is not working with tax_query param?
I’ve found the solution by myself. In brief: use ‘order’ => ‘DESC’ The long story: Since I was doing the first page query via php (standard loop), and instead, the above is done via ajax, passing pagination (thus page 1 is php, the following are ajax), there was a mismatch about the order. I was … Read more