kentico_michal
-
2/7/2012 8:12:24 AM
RE:Getting a repeater to display blog post summary
Hello,
You need to modify the cms.blog.postpreview transformation.
So, please go to the Site manager -> Development -> Document types -> edit the CMS.Blog document type -> Transformations -> edit the PostPreview transformation and change the following code:
ORIGINAL CODE: <%# Eval("BlogPostBody") %>
NEW CODE: <%# Eval("BlogPostSummary") %>
Best regards, Michal Legen
|