Can I delete/hide the post writer name without deleting the time when it was published?
Hi @terminator99,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-meta-content span.post-auhor-date > span .post-author,
.post-meta-content span.post-auhor-date {
font-size:0 !important;
}
Best regards,
Shufflehound team
And the picture of the post auhtor int the post page?
Use below CSS code to remove post author image.
.post-meta-content span.post-auhor-date a img{
display: none !important;
}
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.