• Resolved newbie8

    (@newbie8)


    Hi,

    Can you please let me know how to ‘hide’ tags under posts?
    I still want to have tags, but ‘behind the scenes’, so that people coming to hte site won’t see the tags.

    Currently they appear under a post.

    Any help appreciated.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Newbie8,

    thanks for using MH Magazine lite.

    You could hide the tags under the post content with a line of CSS:

    .entry-tags { display: none; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS or by using plugins for adding code snippets.

    As an alternative, the premium version of MH Magazine includes an option to hide tags on posts, as well as several other additional features, options and custom widgets to configure your website.

    Thread Starter newbie8

    (@newbie8)

    Thanks…

    are you saying just cut & paste:
    .entry-tags { display: none; }

    directly under the last line of the post?

    No, that’s actually not what the text above says. Please read again. It clearly says that you can add custom CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS.

    Thread Starter newbie8

    (@newbie8)

    Thank you SO much!

    (very) Newbie!

    You’re welcome and good luck with your website!

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

The topic ‘Hiding Tags Under Posts’ is closed to new replies.