Hi Steve, I've been meaning to sort out the RSS on my Orchard site too.
1) If you mean the rss icon in the browser bar you can add that using a meta tag in your HTML. The easiest way to add it is probably just in your theme template, but there may be a module for it. <link href="/rss?containerid=162" rel="alternate" title="Richard's Projects (RSS)" type="application/rss+xml" /> 2) I think the container id is the content id of the blog it is displaying content for To make the rss link nicer I've created a URL rewrite on my server: http://www.nogginbox.co.uk/rss -- *Richard Garside* Web developer and designer Old Broadcasting House, 148 Woodhouse Lane, Leeds, LS2 9EN. *Web:* www.nogginbox.co.uk *Email:* [email protected] *Twitter:* _richardg *Skype:* NogginBox On 4 June 2011 13:55, Steve Schofield <[email protected]> wrote: > I’ve seemed to stumble my way to get RSS feeds to work on > www.iislogs.com/steveschofield (thanks to Mr Duthie and a couple help docs > that were WAY over my simple mind). > > > > 1) The icon doesn’t show up, that is my next challenge. > > 2) I’m curious what creates the containerid=162? > > > > http://www.iislogs.com/rss?containerid=162 is the link > > > > Random thoughts. I’ve been out of the web developers space for a few > years. I must say, Orchard is challenging, different and not like anything > I’ve ever worked on. Back in the day I was a spaghetti ASP coder who > transitioned to ASP.NET. Orchard is not even close to being similar to > either of those. So although I may ask really simple questions, I’d > appreciate peoples patience as I get my blog / website transitioned. I’m > liking the different and refreshing challenge. PS – the support I get > from the community has been top-notch so far. Keep it up! J > > > > References . J > > http://weblogs.asp.net/bleroy/archive/2010/04/07/rss-feeds-in-orchard.aspx(real > doozie, didn’t understand much there) > > http://www.orchardproject.net/docs/rss-atom.ashx > > http://orchard.codeplex.com/discussions/242274 (please post the how-to on > this thread for us non-mvc people) > > http://devhammer.net/blog > > > > > > Thank you, > > Steve Schofield > Windows Server MVP - IIS > http://www.iislogs.com/steveschofield > --- > You are currently subscribed to orchard-discuss as: > [email protected]. > To unsubscribe send a blank email to > [email protected]. > --- You are currently subscribed to orchard-discuss as: [email protected]. To unsubscribe send a blank email to [email protected].
