• Hi, I have tried to remove the date from a home page sticky post. I have looked into the index.php, single post. php, and the css sheet. I cannot find reference to where the date might be modified, and with what code? Can you help please?

Viewing 1 replies (of 1 total)
  • Andrew

    (@lifesabargain)

    This will remove all meta, post date and the ‘leave a comment’ thing from all your posts… not sure if this will help you or not, but this is what I did for my use.

    Add this to the bottom of your style.css:

    .entry-meta {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Removing date from Sticky post’ is closed to new replies.