Thread Starter
vocano
(@vocano)
ok i got it, thanx 😉 it goes in the comments.php not in the functions 😀
THANX anyway
Thread Starter
vocano
(@vocano)
hey, thanx for your quick answer!!
i removed the
<img alt='' src='http://gravatarurl_or_default'
class='avatar avatar-$size' height='$size' width='$size' />
from comments.php but the icon is still there
i think `<?php
echo get_avatar( $id_or_email, $size = ’96’, $default = ‘<path_to_url>’ );
?>` goes in the functions.php, am i right with that?