Hello,
I am working on a search results page for my site. The output is a 3 column-layout. The 1st column shows the most popular entries, 2nd the most read entries, 3rd random entries. I am using a table structure to show the 3 column lay-out because with CSS I can’t use a fully functional word wrap option. Tables are working just the way I like to see it 😊
Now I have a problem using the standard EE pagination function because it can only paginate for just one query output and not 3. I use a query for every column with items I print on the screen.
Does any know how to fix this?
Is there an improved pagination add-on that is able to paginate the full output on the screen? No matter how many different queries are used/nested?
Please help…
Thanks!