Hi
How can I remove the “By” information on the blog page (overview page with all the blogposts)?
Also I have the latest blogposts in the footer and sidebar and would like to remove the time (not date) when published.
Thanks.
Hey!
Try adding this code to the Quick CSS:
.blog-author {
font-size: 0;
}
.blog-author .entry-author-link {
font-size: 11px;
}
Cheers!
Josue
Hi Josue
If I’m not mistaken, the you suggest that I set the size of the text to 0, but the text is technically still there. This is not a good option in regards to search engines as this could be seen as manipulation.
Is there not an option to not have the information be present on the page?
Thanks