Email a Friend Add-ons for Traffic
Many bloggers think it’s important when you’re trying to get backlinks and traffic to have a way for your readers to send your blog url to a friend. There are some great plugins for Wordpress and some good scripts out there that can achieve this function on any blog or website. On my [...]
1 Step Gravatars on your WordPress Blog
Get Gravatars on your WordPress Blog in 1 step
No plugin required! Just one copy/paste in your comments.php file will make gravatars miraculously show up ( for commenters that have gravatar accounts) 1 step:
Directly before: <?php comment_text() ?>
paste:<?php
if ( !empty( $comment->comment_author_email ) ) {
$md5 = md5( $comment->comment_author_email );
$default = urlencode( [...]





