Remove Author
Hi! I've removed "Author" tag with this CSS line:
span.vcard.author.post-author { display: none !important; }
But everything including link to the Author post cathegory remains in the HTML:
<a href="http://Site.com/author/admin/">Admin</a>
I am afraid that Google also able to find this link and to show it to the visitors. Is there any way to completely remove unwanted elements without direct modifying source files?
span.vcard.author.post-author { display: none !important; }
But everything including link to the Author post cathegory remains in the HTML:
<a href="http://Site.com/author/admin/">Admin</a>
I am afraid that Google also able to find this link and to show it to the visitors. Is there any way to completely remove unwanted elements without direct modifying source files?
Comments
sure, you can always modify theme files and remove unnecessary elements but in accordance to Item Support Policy such customization are not allowed. So if you want to remove such elements completely, you must remove them yourself from files.