Is there a way to hide tags?

  • Unknown's avatar

    Hi there

    I am using wordpress as a host for a support centre for a piece of software

    I have a question about using tags

    Is it possible to hide tags within a post? I want the tags to be used to help people search, but not be visible when you open an article

    Does anyone know if this is possible? and if so, how can I do this?

    Thanks in advance

  • Unknown's avatar

    Hi there,

    You can hide the tags using Custom CSS which is available to Premium and Business Plans. Go to Dashboard > Customize > CSS and add this code:

    .entry-footer { display: none; }

    Let me know if this works.

  • The topic ‘Is there a way to hide tags?’ is closed to new replies.