Search code examples
typo3tx-news

How to show related news with image in tx:news (TYPO3)


I am using tx news in the current version and try to display the related news with the preview image. The title of the news is shown with:

<n:link newsItem="{related}" settings="{settings}" title="{related.title}">
{related.title} 
</n:link>

Does anybody know how to display also the preview image of the related news?

{related.media} 

does not work at all.

Many thanks in advance, urs


Solution

  • Refer to the original extension templates. Media items are included via Partial. You could just render one of those and pass the news item as an argument.