I found a few articles that suggests removing the infinite-scrolling.js from header. However I dont really see it being imported. I guess it is more embedded into casper.js now.
How can I remove infinite scrolling and use traditonal click through pagination?
Thank you
Update:
I managed ti include {{pagination}} in the index and it works well. However it is still trying to load infinite and messes up the layout.
I have been trying for hours now. I managed to disable it by changing 300 to 0. It looks like it is loading new page once it reached 300px from the bottom of page. so making it 0 worked, however I’, sure we should not mess with this file : )