Page 1 of 1

rss feed in several languages

Posted: Tue Aug 19, 2008 11:05 pm
by marianocuenze
Hi.

I have a s9y blog with english as first language and the multilingual extension to allow me do a spanish version of the entries. I would like to have a rss feed for the spanish entries (perhaps not so cute as the english feed with a general and a per category feed, with just a feed for all the spanish post, I will be happy).

Until now, I could not find a plug-in that do that, is there a way? is there a plug-in I did not notice?

Thanks for your help.

Re: rss feed in several languages

Posted: Wed Aug 20, 2008 11:21 am
by garvinhicking
Hi!

You can do that by using the GET variable serendipity[lang_selected]=XX

So you can access the spanish RSS feed through:

http://yourblog/rss.php?serendipity[lang_selected]=es

and you can even access category feeds like this:

http://yourblog/rss.php?serendipity[cat ... lected]=es

HTH,
Garvin

Posted: Wed Aug 20, 2008 4:19 pm
by marianocuenze
really thank you a lot.