Style Multiple Comment Authors
-
I have successfully styled my admin comments using:
<div class="commentclass<?php if ($comment->user_id == 1) { echo ' admincomment'; } ?>">
However I need to add two admin IDs and can’t find a solution.
Thx
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Style Multiple Comment Authors’ is closed to new replies.