Hi @KK,

Sometimes I use a list of ids to get a listing with cms:pages -

Code: Select all
<cms:pages id=my_prefiltered_ids  orderby=''... />


Order by that exact list of ids in their supplied order is essential. I can abide by existing restrictions on orderby and use a cms:query or a hook, but anyway please consider adding that option to the core tag.