Remove author name from blog post
-
Hi. I’d like to remove the author name from my blog posts and from the blog archive page. On the archive page I’m using “meta on image” option. I’d like to remove the author name and icon from the image. I’ve tried css code and it’s not working. Thanks.
Hello,
If you want to remove the Author Bio from the Single Blog Post page, then you need to navigate to the Dashboard > Theme Settings > Blog > Single Post > there you can Author bio toggle option under Elements: https://snipboard.io/CITufz.jpg
To remove the Author name from the Blog Archive page then please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.blog .wd-meta-author {
display: none !important;
}
Hope this helps !
Best Regards.