Add the twittar plugin for WordPress w/ comment threading
I talked about the Twittar plugin in a previous post. But learned that the read me text file was only useful for installing the necessary php code into WordPress themes that don’t have comment threading enabled.
Since most new themes past version 2.7, pull the comments section from functions.php file, that is where you have to edit the avatars in order to show the twittar settings.
First open you functions.php, and look for a line of code that says:
function custom_comment()This is where your new comments are pulled from when you have the threaded comments enabled.
Now just find <?php echo
Click here to continue readingTwitter avatars inside your WordPress comments
Ricardo Sousa, who writes for Smashing Magazine created a great plugin called Twittar.
This plugin will use someones Twitter Gravatar if their email address is not connected with a Gravatar.
For more info check out the full post at Twitter Avatars in Comments: A WordPress plugin
Image credit: Ricardo Sousa
Click here to continue reading
