@ Robyn
Yes, that looks about right… progressive pagination, you see this style of pagination all over the web. This is a built in WordPress function that being used to create the pagination control where the number of pages before and after the current page AND/OR the first two and last two pages depending on what the current page being view is. This can be defined to show in addition to the next and previous page control. I chose to configure it to show 2 pages on either side of the current page AND the first two and last two pages. Pages outside of the rule show as ... which signifies more. I’m sure you’re quite familiar weeing that notation as its used just about everywhere.
Any way if you followed that…
You have six pages which the forth page happens to be the only page which is not the first and last two pages when on the first page. Visit the last page, The third page will not be ...
If I still have you lost, here’s an example… if you have 7 pages you would see when on the first page:
1,2,3 … 6,7 >>
when on the last page:
<< 1, 2 … 5, 6, 7
Hopefully the illustrations help.
