[TYPO3-ttnews] tx_news: Is it possible to show tags or keywords in list and detail templates
Georg Ringer
typo3 at ringerge.org
Thu Mar 22 15:26:44 CET 2012
Hi,
same like categories
-----------------------
<f:for each="{categories}" as="category">
<f:if condition="{category.shortcut}">
<f:then>
<f:link.page pageUid="{category.shortcut}">
{category.title}
</f:link.page>
</f:then>
<f:else>
{category.title}
</f:else>
</f:if>
</f:for>
-------------
for tags, so something like
<f:for each="{newsItem.tags}" as="tag">
{tag.title}
</f:for>
georg
More information about the TYPO3-project-tt-news
mailing list