Auto Pagination
Automatically split content into pages without the nextpage quicktag
The Next Page add-on will automatically split content of the post into pages without requiring the Page Break block or <!–-nextpage–-> quicktag inserted into the content.
Using the alm_nextpage_break filter the content of this page will be split into pages at every <h2> element.
The following shortcode was used to create the Auto Pagination example.
[ajax_load_more id="autosplit" nextpage="true" container_type="div" images_loaded="true" button_label="Next Page"]
The following Template was used to create the Auto Pagination example.