Thanks a lot!! It works again!
Daniel
Done but not fixed (also tried from a clean tor browser), code looks like this now:
function avia_extended_pagination_link( $method, $page_number, $query_arg = ” )
{
if( empty( $query_arg ) )
{
$url = $method( $page_number );
}
else
{
$url = add_query_arg( $query_arg, $page_number, $url );
}
return $url;
}
Hello,
Adding a reply to this post! We have the same issue: https://www.peppercrew.nl/ when clicking through the pages we also get a 404: https://www.peppercrew.nl/page/2/
Can you please help us?
Daniel