I think what can I do, to get one news (the newest news) on each page.
I tried to mixed which the news template - summary and detail, and nothing.
To summary template I added code from detail template
Code: Select all
{if $entry->summary}
<div id="NewsPostDetailSummary">
<strong>
{eval var=$entry->summary}
</strong>
</div>
{/if}
