How to Remove Author Name from WordPress Posts?
Please try this CSS snippet
.post .post__author{
display: none;
}
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.