Posts Tagged ‘RSS’

TYPO3: Quick RSS feed of tt_news

RSS-feeds of tt_news are really simple. To make it even more easy just copy-paste this to your TypoScript setup:
plugin.tt_news {
# SYS-Folder with newsitems
pid_list =
# Page with single view
singlePid =
displayXML {
xmlTitle = Your RSS title
xmlLink = Your website url
xmlDesc = Your RSS description
subheader_stdWrap.crop = 250 | … | [...]

Read the rest of this entry »