How to hide tags in wordpress ?


I know that, your wordpress site look getting destroyed due to tags. Here is the way which you can try. This way working fine for Admired theme. Please try this way, if it works fine then enjoy, else find the solution online and kindly paste the code in comments so that others can enjoy….!!!

Steps:

1. Go to Appearance
2. Click Edit CSS.
3. Paste the below code,

This code to hide the tags only in the homepage,

[html]span.tag-links {
display: none;
}[/html]

This code to hide the tags in the individual pages,
[html]footer.entry-meta {
display: none;
}[/html]

4. Preview it and if it worked then do save changes, else Undo and try finding other ways.

 

Note:
The tags are just hidden not removed, so search engines will still track your site using tags.

One comment

Leave a Reply