• cbell8342

    (@cbell8342)


    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

    (@zoonini)

    “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 and activate the 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, or create a child theme.

    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.