The thing is i'd like to attribute a different picture to each news.
I think i can use the $entry->id but i don't know how to link the id to the correct picture.jpg.
Could you please help me?
here is a website url in which news is linked to a different picture:
http://www.akihabaranews.com/
{foreach from=$items item=entry}
{$entry->title}
{if $entry->summary}
{$entry->summary} - [{$entry->morelink}]
{/if}
{if $entry->postdate}
CVK.fr - Posté le {$entry->postdate|date_format:"%d %b %Y à %H:%M"}
{/if}
----------------------------------------------------------------------------
{/foreach}
