Is it possible to have a user choose the number of entries displayed on a page?
Currently, I have 6 entries displaying:
{exp:weblog:entries weblog="{my_weblog}" status="open|new" limit="6" sort="ascending" paginate="both"}Ideally, I would like to have the user choose how many entries are displayed per page (20, 50 etc.) and maintain pagination depending on the selection.
Any suggestions?