Hi,
i've been scratching my head over this for some time now.
I have 3 different Blog Holders (each with different suffix specified in "metatags" tab in CMS).
I want to display 3 blog entries (with limited number of characters) on my main page in sidebar.
Inside of template's sidebar div, im inserting this code, which doesn't display anything:
<% if ChildrenOf(blog) %>
<% control ChildrenOf(blog) %>
<% if Last(blog) %>
<h3>$Title</h3>
$Content.LimitWordCount(30) <br/><a href="$Link">Czytaj więcej...</a></p>
<% end_if %>
<% end_control %>
<% end_if %>
blog - is the suffix of my URL (as in metatags)
I tried to rename it to Blog (as is my Page name) but with no luck either.
Please help.