November 20, 2023 at 7:32 am
#107308
Theme Horse Support Team
Keymaster
Hi @joeboow,
To hide the author from the homepage but leave it on the post pages just login to your admin dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code:
.home .entry-meta .author {
display: none;
}
Thank you!