Aktuell werden nun die Kommentare von mir farblich hervorgehoben.
Ich habe hierzu kein Plugin installiert sondern habe die Lösung von Michael vom SW-Guide Blog implementiert.
Beispiel-Einsatz in der Theme-Datei comments.php:
<div class="<?php global $comment;
if ( ($comment->comment_author_email == get_the_author_email()) && ($comment->user_id != 0) ) {
echo "kommentar-autor";
} else {
echo "kommentar-normal";
}
?>" >