I'm running three separate loops on one page, with pagination links after each one of them.
Obviously, since the pagination goes into the URL, clicking on any one of the pagination links paginates all of the loops.
I could get around this by combining 3 separate pages into one (either via iframes or with AJAX), but I'd really prefer not to do that.
Is there any way to run multiple loops with their own respective pagination on the same page?