Mar 30 2008
Blog facelift: WordPress 2.5, new theme, avatars
I just finished giving a facelift to my blog. I upgraded to WordPress 2.5 very smoothly, played with CSS and JavaScript to adapt the Stardust theme to my needs. As part of this, I added avatar support very easily:
<?php echo get_avatar($comment, '32'); ?>
So now I have little faces next to comments:
![]()
The new interface to write posts is also pretty nice:

In particular the media library functions:

Go and get it!

