@userkate do you need to hide the author on the homepage, category pages, or in the single posts?
@ina I want to hide the author under each posts.
@inamoro and on the homepage too.
@userkate
Add the following code to Appearance -> Customize -> Additional CSS:
.entry-author {
display: none;
}
Thx, it worked 🙂
Can I have one more question? Everything looks fine on the homepage, I don’t see the author, just the data May 2022, but when I click on a post I see onMay 2022 and in category. Is it possible to hide on and in?
@userkate this can be achieved with some custom theme modifications.
Or, you can try to replace the text strings with a translation plugin:
https://www.wpzoom.com/tutorial/translating-a-wpzoom-theme/
You can replace the strings you need to hide with empty space.