BTW, this time I searched for the answer first and couldn't find it!
Remove News Title Link
Remove News Title Link
Is there a way to make the news title plain text (remove the link)?
BTW, this time I searched for the answer first and couldn't find it!
BTW, this time I searched for the answer first and couldn't find it!
Re: Remove News Title Link
you must mean the summary page title, in the summary template you will see this...
{foreach from=$items item=entry}
{$entry->titlelink} just shorten this to title like the one below for detail template...
in the detail template you will see...
{$entry->title}
{foreach from=$items item=entry}
{$entry->titlelink} just shorten this to title like the one below for detail template...
in the detail template you will see...
{$entry->title}
Re: Remove News Title Link
Awesome! Thanks so much!


