Is there a way to hide the posts author and date ?
- The topic ‘Is there a way to hide the posts author and date ?’ is closed to new replies.
Need help? Check out our Support site, then
Can find any option to disable this in the posts.
The blog I need help with is: (visible only to logged in users)
Hi there,
You could hide those with the following CSS:
.byline { display: none; }
Thank you, I’ll give it a try!