Problem: I output a faq at the end of a long landing page. The faq has grown and contains now 40 questions which is too long for that page. I'm using limit="false" per-page="10" to activate pagination but when using the pagination to switch to the second page of the faq the site reloads and I have to scroll all the way down to find the faq and realizing what changed.
Question: Is there a way to implement a "load more" button instead of the pagination? Or at least to use the pagination without page reload?