Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi, this is probably something really simple but I can't figure it out despite looking through the forum and docs.

I'm trying to make a drop down menu that changes the order in which pages are listed so users in the front end can sort through the pages.

Sort by : A-Z - Publish Date - Most Popular (page_hits)

Any help is greatly appreciated! :D

Thanks,

Jack
Hi,

Please see the following for a sample implementation of this kind of user-configurable sorting -
http://www.couchcms.com/docs/advanced-t ... -view.html

As you'll see, the idea is to set the 'order' and 'orderby' parameters of <cms:pages> tag dynamically through querystring parameters (which, in your case, can be set by the dropdown you mentioned).

Hope it helps.
Helped a lot!

Thanks a million.
3 posts Page 1 of 1