Hi,
you can hide all the post meta data in “Theme Options > Posts/Pages > Display Meta Box on single posts” and in “Theme Options > Post Entries > Display Meta Box on Post Entries”.
If you would like to hide only the author’s name and the publish date but keep categories and tags, please insert the following custom CSS into “Theme Options > Other Settings > Custom CSS”:
#wrapper .post-meta {display: none !important;}
Best regards,
Tomas Toman
Thank you, it works perfectly 🙂
You are welcome! 🙂
Best regards,
Tomas Toman