Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44633
    Joe
    Guest

    Hey,

    I’m just trying to remove “Posted on” from my posts on my website. I’d like to keep the date and the author name, but remove the text prior to that.

    What code should I put in my site?

    Thanks

    Joe

    #44650
    Brandon C
    Keymaster

    Hey Joe,

    Thanks for your question and thanks for using BoldGrid Post and Page Builder for WordPress!

    One thing you can do to remove the “Posted on” link is to hide it with CSS. Just navigate to Appearance<&lt&Customize<&lt&Advanced<&lt&Custom JS & CSS and add this bit of CSS:

    .posted-on.date {
    display: none !important;
    }

    If you want to remove all Entry Meta you can use:

    .entry-meta {
    display: none;
    }

    I hope this helps! Please reach back out to us if you have any other questions or concerns.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How Do I Remove the “Posted on” Link From a Blog Post?’ is closed to new replies.