I need to extend the wp_link_page function to only show a max of 5 links at a time. What is the best approach to limit the number of links?
In the end i’d like it to look like this: Previous 1 2 3 4 5 … Next
I’ve already used this solution to generate the prev/next buttons along side the numbers.