/ Published in: TYPO3
Dieses Typoscript wrappt den More-Link und umschließt ihn mit dem <p>-Tag, sowie fügt ihm die Klasse ".news-latest-morelink" bei.
Entwickelt von <a href="http://www.maddesigns.de">Sven Wolfermann</a>.
Entwickelt von <a href="http://www.maddesigns.de">Sven Wolfermann</a>.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
subheader_stdWrap { stripHtml = 1 crop = 150 | ... | 1 ifEmpty.field = bodytext # the "more" link is directly appended to the subheader append = TEXT append.data = register:newsMoreLink append.wrap = <p class="news-latest-morelink">|</p> # display the "more" link only if the field bodytext contains something outerWrap = <p>|</p> } }