Sitemap API help
PermalinkThanks.

or
Maybe using the autonav with a custom template is there a way to sort certain pages based on a date property? for instance you have 50 pages but you want to sort 10 of those under a parent based on their custom date property while the others are just sorted normally (by normally I mean whatever you choose within the block options).
The page list block has the ability to sort by most recent.. if you need to sort by a custom page attribute instead you will have to make your own block using the methods used in the page list block.
You will need to get familiar with the listing and sorting functions of the C5 library found here:
http://www.concrete5.org/documentation/developers/system/searching-...
http://www.concrete5.org/documentation/developers/pages/searching-a...
If you want to combine two different sorting types in a single list, you will definitely need to code something yourself. your initial inclination may be to build a custom template for the page list block, but unfortunately, the sorting is done at the controller level.