Remove author not date
-
Is there a way to remove the author of this post without removing the date as well? If so, would you please mind crafting the code for that? Thank you!
The blog I need help with is: (visible only to logged in users)
-
On your individual posts both the author name and the post date is included in the same section so this can’t be done. You can either leave them both present or remove them both:
body.single-post .single-post-meta { display: none; }
- The topic ‘Remove author not date’ is closed to new replies.