I want to highlight author comments in admin panel of WordPress engine. I have many comments on my blog every day, and it’s hard sometimes in admin panel to find my own comment.
Leave a Reply
You must be logged in to post a comment.
I want to highlight author comments in admin panel of WordPress engine. I have many comments on my blog every day, and it’s hard sometimes in admin panel to find my own comment.
You must be logged in to post a comment.
This can be achieved with a targeted action hook and a bit of CSS:
Replace
USER_LOGIN
with your login name. And surely, you could add as many users/background-colors as needed.This CSS is only printed in the Comments page (
/wp-admin/edit-comments.php
) by using the hookadmin_head-$hook_suffix
.You can also use a plugin: Comment Moderation Highlights
note: I’m the plugin developer.
Set it so that it looks for your email addresss, pick a color and save. All your comments will be Highlighted within the comments admin.