I currently have an issue displaying the News Summary on my pages.
Everytime i click a news article from the summary, it displays the news within the page for example:
I'm in a page called 'Community'
I click the summary link for the news article
It gets displayed in Community page not the News page.
Hope this explains my problem.
My summary template is:
Any help would be appreciated.{foreach from=$items item=entry}
moreurl}" title="{$entry->title|cms_escape:htmlall}">{$entry->title|cms_escape}{$entry->postdate|cms_date_format}
{eval var=$entry->summary}
{/foreach}