How to hide author, date, category from posts

Viewing 1 post (of 1 total)
  • #11594
    meetm
    Participant

    How to hide author, date, category from posts.

    Add the following css in “Custom CSS” box in your Theme Options to hide it.
    .entry-meta, .nocomments { display: none; }

    The page for Pinboard theme is
    wp-admin/themes.php?page=pinboard_options&tab=layout

    I hope this helps other people, it took me a while to find this solution.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.