
I think the sorting by date would give most flexibility.

<[FOR_EACH_PARTNER]> ... <[/FOR_EACH_PARTNER]> - outputs everything which is located between the opening and the closing meta-tags for every partner from the current category/sub-category/...
Possible parameters:
sortBy - specifies the sorting order. Possible values are:
- "domain" (in this case all partners will be processed in alphabetical order by their domains),
- "description" (partners will be processed in alphabetical order by their descriptions),
- "entranceDate" (partners will be ordered by the date when they were included in your project),
- "name" (obviously, partners will be processed in alphabetical order by their names. Besides, the "name" parameter is used by default).
