Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    When I look at this post, I only see the date, not the username.

    You can hide the date by adding this CSS to your Appearance > Customize > Additional CSS area:

    .single .posted-on  {
        display: none;
    }

    If you have a post where the username shows, please provide a link to it and I’ll have a look at it.

    Thread Starter gafm24

    (@gafm24)

    hey 🙂

    thanks for the quick answer
    I just had a look at the post and somehow the author has disappeard on his own
    just in case he shows up again would it be enough to add

    .single .byline {
    display: none;
    }

    ?

    Yep, that would work. 🙂

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

The topic ‘remove date/author/etc. in post footer’ is closed to new replies.