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?
remove linktitle from news module [solved]
remove linktitle from news module [solved]
Last edited by hillick on Mon Mar 05, 2007 7:45 am, edited 1 time in total.
Re: remove linktitle from news module
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.
{$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.