Archived topic
Hide Author-Name and Author-Description on Authors-Page
3 replies · Started by Jakob on October 12, 2020
Hi there!
Is there any way to hide the author-name in the page-title and the author-info, but only on the authors-page in the frontend of wordpress?
Example: A website-user reads a post and clicks on the "about the author" link and gets to the posts author site http://www.yourwebsite.com/author/author123/
I just want to see all the posts from the author on the authors-page, not the name of the author as page title and also no author-info as description of the author.
Can you please help?
Regards
Hi there,
if your happy to just hide it then you can add this CSS:
.author .page-header {
display: none;
}
Hi David,
That works perfectly, thanks :)
Regards
You're welcome