I was trying to figure out how to make scriptygodess author highlight work for more then one author.. basically all i want to do is highlight the comments with different backgrounds depending on the author.. i see how she did it for two when it came to adding a picture.. but i wasn’t sure how to alter this code
<?php
$isByAuthor = false;
if($comment->comment_author_email == ‘YOUR-EMAIL’) {
$isByAuthor = true;
}
?>
so it would work with two authors… any help?