My site: http://www.spaceoddity.co.uk/
I only use News Detail for my news. The code is as follows:
Code: Select all
{if $entry->postdate}
<div id="NewsPostDetailDate">
{$entry->postdate|cms_date_format}
</div>
{/if}
<div id="NewsPostDetailContent">
{eval var=$entry->content}
</div>
Seeing how I don't want to use News Summary and have a separate page for News Detail, I shouldn't have to combine the news tag with the content tag as the Important comment says in the News Faq. I tried that before noticing it was only needed when using a "more..." link to a different page. It didn't work.
Any ideas of what to do?
I have already read all relevant pages to News and I can't find a solution.