• Hi,

    I searched through the forums, and found a few posts which could help me to hide tags. Managed to hide the tags on my home page, but single posts are still displaying the tags. Tried several similar codes which I found in the forums, but still unable to work. Can anyone offer some advice?

    Thank you so much!

    http://www.agenturtle.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Open your CSS File! Put this code at bottom and check.

    .entry-meta { display: none; }

    That should work!

    Consider creating a child theme otherwise all your customization will be overwritten when you next update your theme.

    Alternately, use:
    – If your theme has a custom CSS option, use that to add the CSS.
    – If not, install a plugin, for example Simple Custom CSS; Custom CSS Manager plugin
    – Or, if you have Jetpack installed, enable its Custom CSS module.
    – WordPress 4.7+ Customizer also includes custom CSS editor that enables users to make CSS changes to a theme, but the placement is up to the theme’s developer.

    • This reply was modified 8 years, 11 months ago by t-p.
    Thread Starter agenturtle

    (@agenturtle)

    Hi,

    Yeah this worked for me.. But i actually just want to hide the tags, the categories I don’t mind as it sort of works like a mini divider at my home page. Using that code removes the entire thing.. Is there a code which is able to just remove the tags portion?

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hiding tags in WordPress’ is closed to new replies.