Page 1 of 1
news item
Posted: Sat Jun 03, 2006 4:40 am
by planner
Just add an article to the News block and noticed that the news category, date news was added, and the admin id all are shown or visible on the news block. since the public does not need all these details, how can I remove them?
TIA
Re: news item
Posted: Sat Jun 03, 2006 5:19 am
by Dr.CSS
in the templates you will see 'calls' for these things like....
{$entry->titlelink}
{$entry->category}
{$entry->formatpostdate}
{$entry->author}
{eval var=$entry->summary}
[{$entry->morelink}]
{eval var=$entry->content}
{$return_url}
sort of self explanitory...
they are inside with classes you can just delete any of those entrys above and leave the rest of the stuff... etc.
if you read the help it will tell you how to make a custom template, and where to put it, how to call it.... etc.