I have a blog structure on the homepage of my website, and I want to fetch the posts in groups of 5 in this blog structure. When the page loads, 5 posts are visible. I would like to implement a mechanism using AJAX, so that when I scroll down, another 5 posts are loaded, and when I scroll a bit more, another 5 posts are loaded.
I don’t want to use any third-party plugins or software for this; is it possible to achieve this using the cornerstone you provide? I would appreciate it if you could provide information on this.