disabling author name / date published / comment

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support disabling author name / date published / comment

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23379

    How do I disable author name, date published, and comments from posts?

    #23388
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .post.type-post span.author.vcard, .post.type-post span.published, .single.single-post .post.type-post span.author.vcard, .single.single-post .post.type-post span.published, .post.type-post span.comments-link , .single.single-post .post.type-post span.comments-link {
        display: none;
    }
    .post.type-post .entry-meta span.category:after, .single.single-post .post.type-post  .entry-meta span.category:after {
    content: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.