1
The code in the "recent news" block that you can see the title of the article is that :
<{foreach item=news from=$block.stories}>
- <{$news.title}> (<{$news.date}>)
<{/foreach}>
How can add "...code", to show and the category in that block.
Thank you