remove linktitle from news module [solved]

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
hillick

remove linktitle from news module [solved]

Post 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?
Last edited by hillick on Mon Mar 05, 2007 7:45 am, edited 1 time in total.
heatherfeuer

Re: remove linktitle from news module

Post 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.
hillick

Re: remove linktitle from news module

Post by hillick »

nice one, that done the trick!
Locked

Return to “Layout and Design (CSS & HTML)”