Paginate the_content automatically? [duplicate]
Use the <!–nextpage–> tag http://codex.wordpress.org/Write_Post_SubPanel#Quicktags can be used any number of times in a post, and each insert will “break” and paginate the post at that location. Hyperlinks to the paginated sections of the post are then generated in combination with the wp_link_pages() or link_pages() template tag.