[TYPO3] rss feed in header of site

Francois Suter fsuter at cobweb.ch
Mon Sep 22 17:43:11 CEST 2008


Hi,

> How do I get a header into my Typo3 site for RSS feeds, is it in index.php,
> and how to I achieve it.

I use something like:

page.headerData.20 = TEXT
page.headerData.20 {
     typolink {
         parameter = 19
         additionalParams = &type=100
         returnLast = url
     }
     wrap = <link rel="alternate" type="application/rss+xml" 
title="RSS-Feed" href="|"/>
}

Adapt to fit your needs.

HTH

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-english mailing list