Ever want to know how to reverse WordPress comments order? By default, WordPress displays comments as first come, first serve, or in order received. Why would anyone want to put newest comments first? Well, it might make it seem that the conversation is still going, especially if you have an old post that still has
[Continue Reading...]WordPress
Applying Author Gravatar In Post Comments
Not long ago, Gravatar (globally recognized avatar) was new and shiny, and people were implementing it into their blogs. Gravatar has since become easy to implement and users can simply put in their themes comment.php file: <?php echo get_avatar( $comment, 32 ); ?> Where 32 would designate the pixel size of the image that the
[Continue Reading...]
