This is a simple way to highlight Author’s Comment in WordPress 2.7
Create a new style li.bypostauthor and add your styling.
li.bypostauthor {
/* CSS styles for author comments */
}
li.byuser {
/* CSS styles for registered users comments */
}
Popularity: 100% [?]


