• I am using the Nirvana theme for my site and use tags. However, if at all possible, I would like to find someway for those tags not to be visible. Any way to do that?

    Thanks
    -Jordan

Viewing 5 replies - 1 through 5 (of 5 total)
  • please be more specific. What ‘tags’ exactly, and please share the url to your site

    Thread Starter jwebguy1211

    (@jwebguy1211)

    Sorry,

    Here is the site: farmhousesoul.com

    For example, the tags I’m speaking of are words I put that describe the post itself like, “fall, autumn, art, paintings,” etc… I still would like to use those, however, is there a way to not make them visible? Oh and another question I had was, do these tags play a part in SEO or is it strictly just for the blog itself?

    the easiest way would be to use css. Place the following code in your themes css file:

    span.footer-tags {
        display: none;
    }

    and I’m not sure if google will rank your site better based on the tags you use, but using tags should help define your content and make it easier for a user to find what they are looking for on your site. I would say that you should definitely use it.

    Thread Starter jwebguy1211

    (@jwebguy1211)

    Awesome!! Thank you so much; it worked! So just to be sure, I can still add tags, and they will still be effective just not be visible, right?

    that depends on your definition of “effective” but yes. they are all still in the code. if you right click on your page and choose “view source” you will still be able to see the tags for each post.

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