2
You need to edit the template relating to the list of news items.
This list of items you mention, is this a 'Recent News Block'?
First, if you haven't done so already you need to clone the default template set as you are unable to make changes to the default templates.
Once you have cloned the default template set you need to go to general settings and choose your 'cloned' template set so that any changes you make to the template are reflected throughout the site.
Then go to the template manager go to News (press List next to News) then look for the template called:
news_block_new.html and click on EDIT
Alternativley try editing the template from within the blocks 'manager' get the list of all blocks available on you front page, look for the recent news block (or what ever you have called it on your site) click on the link to Edit, you should then see a link to
edit template.
Look for something like: [<{$news.date}>] and remove this.
(in my case, this was found right at the bottom of the template for recent news)
It is found inside a
tag.
Dave
EDIT: PS: Inside the tag you should find if/else statements, first just try to remove [<{$news.date}>] if this does not wrok for you, just remove everything between and
I think that should do it for you.