author name in post
-
I want to remove the author name from each post or at least move it from the top of the post to the bottom
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Moving the author would be pretty complicated, but hiding it entirely can be done with this code:
.author.vcard { display: none; }Let me know if I can help with anything else! :)
- The topic ‘author name in post’ is closed to new replies.