• Resolved gafm24

    (@gafm24)


    hello =)

    maybe it’s too obvious for me to find out by myself but I’d like to publish posts without showing nor the posted-on date neither the author’s name (my username) in the entry footer

    that’s my website: https://green.pc-web.eu

    thanks

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.