November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
We are using the RSS from the demotemplate with only a few tweeks to the code. Look at our demo site at this adress and you will se the same RSS that we are using on world.
http://cmsdemo.episerver.net/en/Examples/Collaborate/Team-Blog/Henriks-Blog/?feed=RSS
I am trying to use the RSS page type from the demotemplates, but it seems to only display the first children and nothing below that. I see that it uses PageDataCollection children = GetChildren(listingContainer);
Is there a way to grab ALL children for a root, after you set the page root? The RSS feed is not useful if I have to set the root to the particular month. The blog is only going to have monthly entries (possibly 1-2 entries per month) and not daily entries. I would like to set the root to the year and have it read the months and days in that year and display this in the RSS. Is this possible? Does this make sense what I am trying to do?
I was going to use FindPagesWithCriteria and set the criterias to what I wanted. Have you looked into that particular avenue?