Afroz
Afroz

Reputation: 1102

Sitecore WeBlog Blog Feeds with Custom Entry templates

I have implemented WeBlog for sitecore and created custom templates that inherit from Entry, Comment and Category. The RSS Feeds aren't displaying any data now. I did change the query in RSS-Feeds Data Items Field to use the CustomEntry's TemplateID.

I also verified that the query is correct by using XPath builder. Any idea what's wrong?

query:/sitecore/content/Home/Blog//*[@@templateid = '{6CF60F32-967D-4CCE-9878-13E2B9B6B2D5}']

Upvotes: 2

Views: 154

Answers (1)

Afroz
Afroz

Reputation: 1102

I figured this out. Had to go to Standard Values of the "Custom Blog Entry", go to Presentation and setup RSS Feed design under"Feeds".

Upvotes: 0

Related Questions