Hi. I want list all item in a folder. I have created a class that have an itro a date and a name. I want list the lastest 5 i have done:
{let children=fetch('content',list,hash(parent_node_id,$node.node_id))}
{section name=Child loop=$children max=5}
<img src={"images/article.gif"|ezdesign} alt="" /> <a href={concat("/content/view/full/",$Child:item.node_id)|ezurl}>{$Child:item.name}</a><br />
{/section} {/let}
but with it it will display not the last 5 and i want print the intro.. how i can do? tnx