I'm trying to highlight just the admin comments on a wordpress site. I've tried a bunch of tutorials and I've had no luck. If someone could help/point me in the right direction it would be greatly appreciated.
In the comments.php file I'm call ing wp_list_comments
I'm trying to highlight just the admin comments on a wordpress site. I've tried a bunch of tutorials and I've had no luck. If someone could help/point me in the right direction it would be greatly appreciated.
In the comments.php file I'm call ing wp_list_comments
This is my function in the functions file:
Thanks in advance, Mike
Just using the default theme I get a class of
bypostauthoron any comments that I make. Is that what you're looking to tie into?