I could only find old posts on this subject…
An activity directory we have has around 180 entries, and to be fair to each activity provider with exposure on the site, we need to randomize the results. I don’t really want to list 180 activities on one page…
Does anyone know a way to can paginate random results?..
In my head i’m thinking a query to produce all the entry ids required, and breaking it up into chunks of say 20 ids and populating the entry_id="13|42|147etc" parameter with each chunk per page, as this code works:
{exp:weblog:entries entry_id="112|111|110" orderby="random"}
{title}<br />
{/exp:weblog:entries}
alas my coding skills are so poop i wouldn’t know where to begin with passing the info between the pages, and creating the next previous links… Any ideas…
Iain
