Could someone explain me how to do to remove tags form the bottom of post?
My worldpress blog is not hosted in wordpress.
Could someone explain me how to do to remove tags form the bottom of post?
My worldpress blog is not hosted in wordpress.
Your theme's single.php...
Find...
the_tags();
And remove it... ;-)
Thanks!
I do what you say , but tags still remains at the end of every posts...!
I clear the entire row where that it was.
It is that right?
or you give me a wrong suggestion?
Various files handle displays of posts...
wp-content/themes/YOURTHEME/index.php
wp-content/themes/YOURTHEME/single.php
wp-content/themes/YOURTHEME/archive.php
You'll need to go through each file and remove it for each one..
Ok now you have understood!
At the moment there is no tags only in the single posts, but you can find them in posts listed in home page.
I will do what you say..and now i can say
many thanks!
Regards
You're welcome.. ;-)
This topic has been closed to new replies.