TYPO3, TypoScript: This little snippet changes the title tag for the news plugin (tx_news, not tx_ttnews) when just one page is used for the plugin, displaying both list and detail view. Without this the title would just be "Blog" (or whatever you set in the backend). Please note that for the single view you may use the built-in TitleTagViewHelper.
Results in:
- Blog (main page)
- Blog - page 2 (pagination, also see pagebrowse extension)
- 12/2013 - Blog (Archive by month)
- 12/2013 - page 2 - Blog
- General - Blog (category)
- General - page 2 - Blog (category)