Option to remove author from a post
-
I’m curating articles written by others (and given them attribution) and want to remove ‘author’ (which is me or ‘genxman’ or ‘johndoh’) so I don’t have 2 authors stacked on a post.
How can I do that? With CSS code?
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to remove the author from the posts.
.byline { display: none; } -
-
- The topic ‘Option to remove author from a post’ is closed to new replies.