[TYPO3-ttnews] Tag list by search or tag click (TX_NEWS)
ahmad
ahmad at web4iran.com
Sat Sep 20 18:44:33 CEST 2014
Hello,
Thank you very much,
Now I have a seperate page for a tag by this way in a detail view :
<f:for each="{newsItem.tags}" as="tag">
<f:link.page class="active" pageUid="25" additionalParams="{tx_news_pi1:{overwriteDemand:{tags: tag}}}">
{tag.title}
</f:link.page>
</f:for>
But is there any way to use that " searched tag title " in the template or for the title of a page. It seems only the ID Number of that tag is passed to the page?
Thanks for your help.
More information about the TYPO3-project-tt-news
mailing list