is it possible to use wp_pagenavi on single post pages instead of next and previous links?
I'm thinking passing the archive they came from as a query string redoing that query and passing it to pagenavi. Page navi would display links to the the posts directly and no page=.
Is that even possible?