News readmore link to bespoke details template
Posted: Wed Sep 08, 2010 6:49 pm
I am trying to send a readmore link on the News Summary template to a custom details template. My developer is away and I'm having issues with the syntax. Any help would be appreciated.
This completely breaks the summary page
{/if}
{foreach from=$items item=entry}
{$entry->title|cms_escape} moreurl|detailtemplate:funding}" title="Read more about {$entry->title|cms_escape:htmlall}">Read more »
{/foreach}
I think the smart tag would include: detailtemplate="funding"
but not sure how to integrate with the summary page template. Any help would be appreciated. thanks.
This completely breaks the summary page

{/if}
{foreach from=$items item=entry}
{$entry->title|cms_escape} moreurl|detailtemplate:funding}" title="Read more about {$entry->title|cms_escape:htmlall}">Read more »
{/foreach}
I think the smart tag would include: detailtemplate="funding"
but not sure how to integrate with the summary page template. Any help would be appreciated. thanks.