• Hi,
    I am using theme Twenty Twelve and would like to hide categories and tags at the bottom of each post, in a way that still lets tags be taken into account by search engines. I have looked in forums and documentations, tried several options – none of which worked. I have very little experience and knowledge. Can you help?
    Cheers,
    Eric

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could just use some CSS such as the following in Appearance->Customize->Additional CSS

    .entry-meta {
    	display: none;
    }

    Though this will also hide the date of when the post was made.

    Thread Starter etnm

    (@etnm)

    Thank you so much Jarret!
    This actually worked, as opposed to the three below which I’d previously tried. No worries about the date: it’s in the actual post already.
    Have a good week!

    .tags{
    display:none;
    }

    .entry-tags,
    .entry-categories{
    display:none;
    }

    .entry-footer {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding tags’ is closed to new replies.