[TYPO3-ttnews] Tag list by search or tag click (TX_NEWS)

Georg Ringer typo3 at ringerge.org
Thu Sep 18 19:03:15 CEST 2014


Hi,

just use the following fluid snippet



<f:for each="{newsItem.tags}" as="tag">
	{tag.title}
<f:link.page class="active" pageUid="{settings.listPid}"
							additionalParams="{tx_news_pi1:{overwriteDemand:{tags: 
tag.uid}}}">{category.item.title}
</f:link.page>
</f:for>

and link to a page with a list plugin

georg


More information about the TYPO3-project-tt-news mailing list