[TYPO3-english] tt_news - the complete wrap

Marc marc at mindbomb.de
Mon Feb 28 22:33:55 CET 2011


Please:

Is it possible to wrap the whole content of a tt_news item dynamically from typoscript?

The documentation describes stdWraps for all the single elements like date_stdWrap, title_stdWrap, content_stdWrap, but I could not find anything to wrap them all together.

I would like to create IDs dynamically like this:

<div id="news_1">
	<h1>Title</h1>
	<p>Content</p>
</div>

<div id="news_2">
	<h1>Title</h1>
	<p>Content</p>
</div>

cheerio
Marc







More information about the TYPO3-english mailing list