Hey,
I'm trying to use the Pagination plugin but instead of clicking through pages have it load more results into the same page. I found this old post: /forum/archive/infinite-scroll-posts-t6976 which says to look at the code used on https://getgrav.org/blog.
I tried doing that but using the code from there loads the whole page instead of just the post items. It basically looks at the URL in the "next button" and ajax loads that page in. I noticed there is something else custom going on in the links for the next button:
<div class="next"><a rel="next" href="/blog/tmpl:infinite/page:2">Load More...</a></div>
Assuming that tmpl:infinite part is tied to some other custom stuff going on to get it to work correctly.
If someone can point me in the right direction it would be great.