Viewing 1 replies (of 1 total)
  • Hello @kotrakrishna,

    We can remove the autor name and date from the posts with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .single .entry-meta {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Author Name and date from posts’ is closed to new replies.