Page 1 of 1
Simple Question - Remove News' Date Posted [solved]
Posted: Thu Mar 08, 2007 7:48 pm
by DaMacGuy
The Date Posted is somewhat confusing when the news item refers to a meeting on a different date. Which news module files do I need to modify to remove the Date Posted from being displayed?
Added solved to post title
Re: Simple Question - Remove News' Date Posted
Posted: Thu Mar 08, 2007 7:50 pm
by skypanther
In the Admin pages, choose Content > News. Activate the Summary Template tab (or the Detail Template tab) and delete the following text from the template:
{if $entry->formatpostdate}
{$entry->formatpostdate}
{/if}
Tim
Re: Simple Question - Remove News' Date Posted
Posted: Thu Mar 08, 2007 8:29 pm
by DaMacGuy
Perfect!
Still getting familiar with CMS. I was looking in the right neighborhood at least.
Thanks!!!