Title: Administrator comment
Last modified: August 21, 2016

---

# Administrator comment

 *  Resolved [Bernardo](https://wordpress.org/support/users/bernardo/)
 * (@bernardo)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/administrator-comment/)
 * why my comments, posted by administrator, not respect nidification?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/administrator-comment/#post-4371244)
 * Good feedback! I’ve added this now in the code. It was only for post authors 
   before. Now an admin gets a star icon, author a pen icon.
 * A quick fix is to add this to your style.css: (Replace the block that has /* 
   post author comment /* above it – around line 1300)
 *     ```
       /* post author & admin comment */
       .commentlist li.bypostauthor > .comment-body:after,
       .commentlist li.comment-author-admin > .comment-body:after { background: #3b8dbd; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
       .commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
       .commentlist li.bypostauthor > .comment-body:after,
       .commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
       .commentlist li li.bypostauthor > .comment-body:after,
       .commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }
       ```
   
 *  Thread Starter [Bernardo](https://wordpress.org/support/users/bernardo/)
 * (@bernardo)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/administrator-comment/#post-4371323)
 * Thanks
 *  Thread Starter [Bernardo](https://wordpress.org/support/users/bernardo/)
 * (@bernardo)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/administrator-comment/#post-4371325)
 * when administrator respond to a specified comment, the admin comment is place
   in root comment and not respect nidification under specified comment!
 * Es.: [http://www.attivitasolare.com/il-sole-il-minimo-di-maunder-dalton-ed-eddy/#comment-365](http://www.attivitasolare.com/il-sole-il-minimo-di-maunder-dalton-ed-eddy/#comment-365)
 * #comment-365 is the response comment to #comment-298

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Administrator comment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bernardo](https://wordpress.org/support/users/bernardo/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/administrator-comment/#post-4371325)
 * Status: resolved