I want to include in the RSS feed different templates sets.
Is it possible to do this:
If master web log name = weblog1 then :
<link rel="alternate" type="text/html" href="http://mywebsite/index.php/id/{entry_id}" />If master web log name = weblog2 then :
<link rel="alternate" type="text/html" href="http://mywebsite/index.php/id3/{entry_id}"
/>(the change is simply in the id after index.php)
Is this possible?? If yes, can I get some example code?