Evil Genius
WidgetLaboratory
WordPress - Modify your template comment file
Using your FTP program, go into your theme folder and open the comments.php
file for the theme you are using.
Find the original get avatar code:
and replace it with the following code:
user_id, 'sogo_avatar');
if ($sogo_avatar){
echo '';
} else {
echo get_avatar( $comment, 32 );
}
?>
98
views
0
faves
0
comments
Uploaded on June 19, 2009
Taken on June 19, 2009
WordPress - Modify your template comment file
Using your FTP program, go into your theme folder and open the comments.php
file for the theme you are using.
Find the original get avatar code:
and replace it with the following code:
user_id, 'sogo_avatar');
if ($sogo_avatar){
echo '';
} else {
echo get_avatar( $comment, 32 );
}
?>
98
views
0
faves
0
comments
Uploaded on June 19, 2009
Taken on June 19, 2009