Summary:
Display limited amount of items
Detailed Description:
I use 'lise' for a testimonial page, and on the homepage I only want to display
the last 4 items. 'pagelimit=4' would be an option, but I also want to filter
the items according to a specific checked checkbox. In my template I wrote an
if/else statement for the checkbox, but pagelimit counts every item.
When for example only the 1st, 2nd, 6th and 8th item have the checkbox checked,
only item #1 and #2 will be displayed with pagelimit=4, because the 6th and 6th
item belong to page 2..