In this article, I am going to tell you, how you can remove the tag display on the post page of the WordPress website. The tag is the part of SEO and writing good tags will also improve your optimization. SEO techniques are important to rank a blog on 1st page of Google or other search engines. The reason why many bloggers including me don’t want to disclose their tags are:-
- Any other blogger having the same type of content can copy this.
- It doesn’t look relevant to your users.
- And discloses your tagging technique.
When you have searched for it, then you will find that many bloggers or forum member provide a bunch of code and tell you to paste it in CSS file and do several changes but that will not work for every single theme this will only work for specific theme or numbers of a theme but not for all. But don’t worry, I will tell you a trick, that will remove tag display on the post page of the WordPress website and this will be applicable for all WordPress website themes.
You don’t need to write a bunch of code or do several changes, you just need to write a single line of code. In order to remove the tag display on the post page of the WordPress website, you have to follow this simple and short steps.
Remove tag display in post page of WordPress website
1. Firstly, Open the Post Page that have tags.
2. Then Press Ctrl+Shift+I (Developer Tool).
3. Press Ctrl+Shift+C.
4. Now, carefully select the Div ( division) of tags and check the name of that div.
5. When you know the name of tag div( i.e entry-footer) then go to Dashboard<Appearance<Editor and open CSS file and write
.entry-footer{
display:none;
}
and Update. Finally, you have successfully remove tag display in post page of WordPress website
Note: Remember the name of div will be different for a different theme. In my case it is entry-footer. If you are unable to find the div name, then contact us on our Facebook page and we will tell you what code you should paste in CSS file.
The remove tag display in post page of WordPress website is successfully done.