ruraldreams - 28 April 2008 10:20 AM
Do tell us about your feeds page - that looks really interesting.
Ah yes, the feeds. Nice choice.
In a nutshell:
I’ve got an rss template set up in the template group ‘feeds’. The url looks like this:
www.villamedia.nl/feeds/rss/weblog_name:category_id,category_id,category_id/weblog_name:category_id,category_id/...etc
I use php on input to analyze the uri: get all weblogs and category ids, and use them as parameters for the exp:weblog:entries tag used in the template.
Then you only need some javascript to generate the appropriate url (actually, it’ll also work with JS turned off).