Just noticed that the RSS that is created of my uBlogsy post's does not contain any styling (no paragraph breaks) and displays just text no images. My original uBlogsy post does contain paragraph breaks and images.
My question is how would I make paragraph breaks and images appear in my RSS feed.
RSS Style Issue
Just noticed that the RSS that is created of my uBlogsy post's does not contain any styling (no paragraph breaks) and displays just text no images. My original uBlogsy post does contain paragraph breaks and images.
My question is how would I make paragraph breaks and images appear in my RSS feed.
Many Thanks
Matt
You'll need to modify uBlogsyRss.cshtml
Look at the <description> tag. Any modifications can be done there.
Thanks Anthony,
Yeap looked in <Description> tag and had
@p.GetProperty("uBlogsyContentBody").Value.StripHtml().Trim()
Just removed StripHtml().Trim() and RSS displays with images and formatting.
Yep that's pretty much it.
is working on a reply...