My client likes the WP-PageNavi output so much, he wants to use it on actual pages, to allow navigation between child pages.
Crazy I know, but is it possible?
You could perhaps get close using wp_list_pages, if you could change the link text from the page names to 1,2,3,4?
- Parent Page
- - Page A
- - Page B
- - Page C
would have a navigation like this:
1 | 2 | 3 | 4
or possibly even
< Previous | 1 | 2 | 3 | 4 | Next >