Page 1 of 1
remove linktitle from news module [solved]
Posted: Fri Mar 02, 2007 4:03 am
by hillick
Hi all,
I want to remove the linktitle from the news module so that the title is not a link, just whatever text i choose to put. how do i do this?
Re: remove linktitle from news module
Posted: Fri Mar 02, 2007 2:47 pm
by heatherfeuer
Under content in admin, click on the news link. Under news, you will find several tabs, one is for the news summary template and the detail template. Select the news summary template. The first in the template looks like this:
{$entry->titlelink}
Change it to this:
{$entry->title}
Now the news article title will not be a link. Keep in mind that when you create a new news article, anything you type in the summary editor window will show a "more..." link to the full article.
Re: remove linktitle from news module
Posted: Mon Mar 05, 2007 7:42 am
by hillick
nice one, that done the trick!