Monday 29 December 2003 4:35:02 am
Consider a standard fetch sorted by $node.sort_array:
{let articleList=fetch( 'content', 'list', hash( 'parent_node_id', $node.node_id, 'sort_by', $node.sort_array ) )}
{section name=articleLoop loop=$articleList}
{$articleLoop:item.name}
{/section} {/let} Qestion: how do I fetch by the reverse order of the $node.sort_array? Similarly (alternatively) ,how can I loop in the reverse order?
|