I am using this template Left simple navigation + 1 column for my website (cmsms 1.0.2).
What I've seen is that the news block in the left column will display ALL news, the line is:
Code: Select all
{news limit=3 detailpage='news'}
I've slightly modified the block so that it will only display the 3 latest news (assuming you have them in the category "General").
here is the whole block, FYI:
Code: Select all
<!-- Start News -->
<div id="news">
<h2>News</h2>
{news category="General" number="3"}
</div>
<!-- End News -->
hth, martin