104Views3Replies
Page navigation
Suppose I'm on this page https://www.instructables.com/tag/type-id/category-technology/channel-arduino/ .At the bottom I can advance to pages 2, 3, 4, 191, or 192. How can I go to other pages easily, say page 94 or 127?
Discussions
3 years ago
Thanks kiteman, I'm aware of the 60 offset, but what I'd like to see is a box that one could enter a page # into and be directed to that page. Most other sites use that method to access pages beyond the current one.
I'm surprised that the site programmers haven't done so.
Quite frankly adding "X*60" to the url is a pain in the a$$ and doesn't always get you to the page you're looking for.
Reply 3 years ago
Maybe an infinite scroll would be better?
3 years ago
Add this on the end of the URL, where "X" = any number that is a multiple of 60.
?&offset=X
eg:
https://www.instructables.com/tag/type-id/category...