Tag cloud

  • Posted in : Read WP
  • mindedmind
    Participant

    Hello,

    I’d like to have the advantages of tag clouds for when google bots index my page but i’d also like them not to be visible. (my theme is more and more minimalistic every day). How can I do this?

    Thank you.

    David

    Mehmet S.
    Keymaster

    You can use tag cloud widget in your footer, then hide it with a custom css.

    mindedmind
    Participant

    What does a custom css entail?

    I’ll try that.

    I made a mistake in the first post. I didn’t mean tag cloud. Just the tags that I’ve entered in the tag field specifically for each post. They show up at the bottom of each post. I just want to have the SEO they give but I don’t want them visible.

    Thanks

    mindedmind
    Participant

    I got what I was looking for, Mehmet.

    It’s

    .entry-meta {
    display: none;
    }

    I’ll learn this stuff! … eventually.

    thanks

    Mehmet S.
    Keymaster

    Ok, this is for you:

    body.single article footer.entry-meta { display: none; }
    
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register