WP_Query pagination using only numbers instead of /page/1 on URL
I didn’t really solve it, but got around with the help of Passing custom args in paginate_links and Custom paging function. Initially I even thought of writing a patch to next_posts_link, but as it turns out, the URL formatting problem lies way below in the function soup, and that is really a downer when all … Read more