My b2evolution Version: 3.3.3
Hello all
Does anyone know how you can prevent the author's name from appearing at the head of posts?
I thought it was in skins > style.css where there's something called .evo_post_head a. I can change the colour of the text of the author, but I'd like to get rid f it altogether.
3.3.3 / asevo
Oops - sorry, got it.
skins > asevo > _item_block.inc.php
comment out lines 60-63 approx:
$Item->author( array(
'before' => ' '.T_('').' ',
'after' => '',
) );