Monday 31 July 2006 5:30:15 am
Hi Sonia,
How don't you use the fetch function 'list' with parameter limit.
You can use it to fetch the content of a node with a <b>limit number</b> through <b>limit</b> http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/list {def $four_nodes=fetch('content', 'list', hash(parent_node_id, $node.node_id,limit, 4, ......))}
that will fetch the first four node Hope it can help you. ;)
|