• Hello there,

    Is there a way to possible hide the tags that are under the post articles? I don’t want to delete them, I just don’t want people to see them.

    My website is: https://facetocurls.com/

    Please help. Thank you very much.

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello facetocurls,

    Add below css into your current theme’s style.css file (at the end) locatec at wp-content/themes/your_current_theme/ folder.


    .entry-meta.bottom {
    display: none;
    }

    Note : All Changes you done in any file of theme are gone when you update theme. So prefer Child Theme.

    Hope this will helps you.

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