This is an easy one, just add one line to your single.php
file where you would like the Gravatar to show up.
<?php echo get_avatar( get_the_author_id(), $size = '96', $default = '<path_to_url>' ); ?>
Here is a really neat trick! Access your PHP5 while running PHP4. If you haven't…
I just came across a interesting new plugin built on the wonderful jQuery library. It's…