I'm using Brunelleschi and I'm trying to hide the unsightly tags that come with the author posts and date on the main page, and without affecting the search engines. Can anyone please help? Thank you!
I'm using Brunelleschi and I'm trying to hide the unsightly tags that come with the author posts and date on the main page, and without affecting the search engines. Can anyone please help? Thank you!
Try adding this to your CSS.
span.tag-links {
display: none;
}
To just not display them.
Oh my God it works. Thanks so much Jan Dembowski!
You must log in to post.