Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #282842
    amanda.belcher
    Participant

    Is it possible to remove the author and date that are included with each blog post by default? I only have one author and having the “posted on” makes my posts dated quite quickly.

    #282847
    Skandha
    Participant

    @amanda-belcher: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post .entry-meta .posted-on, .post .entry-meta .byline {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #282890
    amanda.belcher
    Participant

    It did! Thank you for the quick response and easy update.

    #282902
    Skandha
    Participant

    @amanda-belcher: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/travelore/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove author and date from posts’ is closed to new replies.