aku x paham le mende neh ..puas aku try , x jalan2 jugak...
THEME INTEGRATION
Paste the code given inside the comment’s loop (just after the “foreach ($comments as $comment) :” instruction) in your comments.php file. You can style the code for a better integration using the dedicated CSS in the plugin folder.
Call the function MyAvatars with a true for Gravatar support. E.g. MyAvatars(true);
I rasa u pakai plugin ni kan >
http://www.napolux.com/2006/12/14/myavatars-a-wordpress-plugin-for-mybloglog/Buka comment.php pastu cari line ini
<?php foreach ($comments as $comment) : ?>
pastu tambahkan code plugin SELEPAS line itu
<?php if(function_exists("MyAvatars")) MyAvatars(true); ?>
Kita letak
MyAvatars(true); dan bukan
MyAvatars(); sbb kita nak dier support gambar MyBlogLog dan juga Gravatar.