How would one split content of a post into pages?

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

Read More

if anyone can write the plugin, it would be a kind of you.

Related posts

Leave a Reply

1 comment

  1. 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:
    enter image description here

    Screen shot front-end:
    enter image description here