Archived topic
Infinite scroll and pagination?
5 replies · Started by James on June 26, 2019
Is it possible to combine infinite scroll with a pagination bar like google recommends. An example would be like the following http://scrollsample.appspot.com/items?page=2.
Thanks
Hi there,
Our infinite scroll feature should work like that by default.
For example, if you go to yoursite.com/blog/page/2 - you should see the second page of items.
Any thoughts on a way to get the sticky panel on the bottom which keeps track of what page you're theoretically on? Also, do you know if the infinite scroll triggers the analytics for different pages and page views?
Thanks again for your help!
Hi there,
I believe analytics are dealt with automatically, as infinite scroll makes a request to the next page to grab the posts. I could be wrong, but I just did some research and couldn't find anything saying otherwise.
As for outputting the current page, I believe you would need some custom javascript, unfortunately. I tried to find an example that I can help implement, but I couldn't find anything.
I appreciate you looking into it - thanks!
No problem :)