WordPress Plugin to Highlight Best Comments?
April 18, 2008 7:18 PM
Subscribe
I run a couple of WordPress blogs. Sometimes a reader will leave an excellent comment. I would love to find a plugin (or an easy method) to highlight these great comments, similar to the way AskMe highlights best answers. I can't figure out how to do this. Do you have any suggestions?
Just to be clear, I'm not really looking for a "karma" type plugin in which users choose best comments. I want to choose the best comments, which would then create some sort of flag that would trigger alternate CSS formatting. If there's a karma plugin that allows this (while disabling user karma), that's good.
posted by jdroth to computers & internet (8 comments total)
5 users marked this as a favorite
So I'd add to my stylesheet the appropriate rules:
#bestcomment {
background-color:green;
}
The edit the comment so that it read:
<div class="bestcomment">
Original comment
</div>
A plugin would be easier, but this would work.
posted by chrisamiller at 7:34 PM on April 18