Remove News Title Link

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
slloyd
Forum Members
Forum Members
Posts: 195
Joined: Mon Apr 24, 2006 9:09 pm

Remove News Title Link

Post by slloyd »

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!  :)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Remove News Title Link

Post by Dr.CSS »

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}
slloyd
Forum Members
Forum Members
Posts: 195
Joined: Mon Apr 24, 2006 9:09 pm

Re: Remove News Title Link

Post by slloyd »

Awesome! Thanks so much!
Post Reply

Return to “CMSMS Core”