how to hide date on blog list

Permalink
Hi

I am using Greek Yogurt. I want to hide the date with I click on the Blog top menu.
I know how to hide the date stamp for a blog page but I am lost for blog list.

Any help ?

Cheers

 
studio4graphics replied on at Permalink Reply
Hi,

Open the template you are using for the pagelist.
Pagelist > Templates > templateyouareusing.php

Change this code:
echo t('Posted by %s on %s',$author,$date);


With this:

echo t('Posted by %s',$author);