• I´m using the code below to remove date and author from blog posts and it´s working really well, but the code is hiding he tags as well, is there anything I need to add or remove from the code? Thanks in advance!

    .entry-meta {
    padding: 1.5% 2.9%;
    background: #FCFCFC;
    border-top: #F3F3F3 1px solid;
    color: #CCC;
    font-size: 12px;
    font-weight: 300;
    display: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove date and author from blog posts without removing tags’ is closed to new replies.