I'm trying to get the current page and the total number of pages for paginated posts, but the only method I see that works toward that is wp_link_pages, and that's not enough for what I want. Is there some other method that will help me print out at the top of page 2 for a paginated post, (Page 2 of 2)?
Thanks!