Viewing 1 replies (of 1 total)
  • Hello,
    In the link you have provided I don’t seem to see what you are asking for.
    Please can you ask a specific question ?
    Now if you want to remove the author,date etc from your widgets
    go to Dashboard=>Appearance=>Customize=>Design Options => Custom Css and add the following code

    span.cat-links {
        display: none;
    }
    .below-entry-meta {
        display: none;
    }

    Hope this helps.
    regards.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove Post date, Post author and Post comments’ is closed to new replies.