alexjohnc3
Member
Posted 5 years ago #
I've been using the Rustyfied theme for a while now, but it was made for an older version of WordPress and it doesn't support Gravatars. I've been trying to add them and it was pretty easy to do so. However, I can't get the CSS to make the comments look the way I want them to.
Example page: http://asolis.net/2007/11/legalization-of-homosexual-marriage/#comments
I want it to be formatted kind of like the avatars on this page: http://ma.tt/2008/04/identicons-from-gravatar/
In my case, I just copied the snipped of code that called the gravatars from the comment.php (or was it comments.php i'm not sure now) of WP 2.5's default theme, and added this to my theme's comment.php (or comments.php) file. The rest was just a bit of personalization with span aligh=right/left and adding a table to fit my wish to have it presented as I needed...
alexjohnc3
Member
Posted 5 years ago #
Thanks for the suggestion! I would have followed your advice if I hadn't figured it out how to fix the CSS on my own before I checked back here. ^^;