Next Page & Paging
An example of the Next Page and Paging add-ons for Ajax Load More
The Next Page and Paging add-ons combine to create an intuitive and user-friendly navigation system for viewing a multi-page content.
The following shortcode was used to create the Next Page & Paging example.
[[ajax_load_more nextpage="true" nextpage_urls="true" nextpage_post_id="'. get_the_ID() .'" paging="true" paging_controls="true" paging_previous_label="« Prev" paging_next_label="Next »" container_type="div" images_loaded="true"]]
The following Template was used to create the Next Page & Paging example.