In WordPress, you can split a single post into multiple pages, a technique commonly seen on news sites (see image on the left).
The method is very simple. Enter the post editing screen from Dashboard left menu > Posts, and insert this shortcode where you want to split the content:
<!--nextpage-->
Content after the shortcode will be displayed as page 2. To split into more pages, add the same shortcode in other locations.