Tuesday 29 March 2005 8:34:51 am
something that might help, you can sort your fetch so that it only includes things like, a specific class. For example, put
class_filter_type,include,class_filter_array,array(12)
into your fetch parameters
{section loop=fetch( content,list, hash( parent_node_id, $node.node_id,class_filter_type,include,class_filter_array,array(12)
) ) }
{$:item.name|wash}
{/section}
and you SHOULD get just content objects that are of class 12 (in this case, files) I'm sure there is one that is like "published date" too...
|