To add content to the page when you click on the load more button, we use library <script src = "js / js-plugins / ajax-pagination.js"> </script>
The button itself has the following markup:
<a href="#" class="crumina-button button--dark button--xl load-more-button" data-load-link="blogs-to-load.html" data-container="blogs-items"> LOAD MORE POSTS </a>class = ". load-more-button" is required to initialize it
data-load-link = "blogs-to-load.html" is data attribute indicating, where to get the added content from
data-container = "blogs-items" is a data attribute indicating the container id, where we add content.