I would like to know if anyone see a nice plugin that split long posts into multiple pages. the posts are about 20 pages long. so, Preferably if the navigation look like this:
Previous Page | Currently Viewing Page of “Total Page” | Next Page
if anyone can write the plugin, it would be a kind of you.
You don’t need a plugin for that, it is built-in. Just insert
<!--nextpage-->
where you need the break, and a properly coded theme will create pagination links.To create page links in a theme use
wp_link_pages()
Screen shot back-end:
Screen shot front-end: