Title: Comments display &quot;Admin
Last modified: August 31, 2016

---

# Comments display "Admin

 *  [cbell8342](https://wordpress.org/support/users/cbell8342/)
 * (@cbell8342)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/comments-display-admin/)
 * When I try to post, the page displays a comment section that includes: the date/
   Admin / leave a comment.
 * Admin goes to /author/admin page, and I can not find or alter any page under 
   that heading. I want to remove this Admin part.
 * I can not find the widget or menu that controls this section.
 * Any ideas?
 * Craig

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/comments-display-admin/#post-7068579)
 * “Admin” is the post author’s display name. To change the display name, go to 
   Users > Your Profile, and add a real name to First Name & Last name, and then
   select what you’d like to show on your site from the “Display name publicly” 
   field.
 * If you’d just like to hide the author’s name completely, this custom CSS should
   do the trick on both the blog and single posts:
 *     ```
       .entry-meta .author {
         display: none;
       }
       ```
   
 * Don’t edit the theme files directly, otherwise your changes will be overwritten
   every time the theme is updated to the latest version.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   You’ll then add your custom CSS in the new stylesheet editor that’ll appear in
   your dashboard, under Appearance > Edit CSS.
 * As alternatives, you could either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)
 * If you need further help, please provide a link to your site. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Comments display "Admin’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/comments-display-admin/#post-7068579)
 * Status: not resolved