Multiple Instances
Include multiple Ajax Load More instances on a single page
In the example:
Ajax Load More will load multiple instances on the page.
-
Ajax Load More Post Example
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam quis risus eget urna mollis ornare vel eu leo. Sed posuere consectetur...
-
Data Prefetching with Ajax Load More
Improve the perceived loading times of Ajax Load More requests with the new prefetching feature.
The following shortcode was used to create the Multiple Instances example.
[ajax_load_more post_type="ajax_more" posts_per_page="1" scroll="false" button_label="Load More Posts"]
[ajax_load_more post_type="portfolio" posts_per_page="1" scroll="false" button_label="Load More Work"]
The following Template was used to create the Multiple Instances example.