Home Forums Free Themes Academic Remove author name and post date

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18601
    Bro. Ignatius Mary
    Participant

    How do I remove the author’s name and post date from all posts, archives, etc.?

    #18659
    wensolutions
    Keymaster

    You can do it through custom CSS.

    .posted-on {
        display: none;
    }
    
    span.posted-on {
        display: none;
    }
    
    span.byline {
        display: none !important;
    }
    
    span.cat-links:after{
    	display: none;
    }

    Hope this helps !

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.