Display Gravatars (WordPress 2.5+ Only)


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if(function_exists(’get_avatar’)){ echo get_avatar($comment, ‘50?);} ?>

Report this snippet


Comments


You need to login to view comments.