• Hello!

    I’d like to ask how I can hide the meta category in specific posts?
    Is there a working plugin that I can use?

    I’d like to leave just the date and comments in the entry meta of those specific posts.

    Please let me know, I’ve been searching for hours!

    Thanks!

Viewing 1 replies (of 1 total)
  • You can use css display:none;
    use the inspector on your web browser to get the class of your your (just rigth click over the category and > inspect element then copy
    class=” whathever you see here “)

    then go to your theme editor use this.

    .whathever you had copied{
    display:none;
    }
    hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I hide category?’ is closed to new replies.