How to highlight author’s comments
-
While I was implementing the Author Highlight plugin, I noticed something in my theme’s code that appears to do that for me.
In my comments.php file it has this:
<li class="<?php /* Style differently if comment author is blog author */ if ($comment->comment_author_email == get_the_author_email()) { echo 'authorcomment'; } ?> item" id="comment-<?php comment_ID() ?>">
Only thing is, I don’t know what to do to activate it.
Any suggestions?
My site: https://www.familywebwatch.com/blog
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to highlight author’s comments’ is closed to new replies.