Deleting Meta data of post (date, author etc.)
-
Hi there,
Could anyone help me with finding the code for the meta data of the post meta data? I can’t find in CSS so I can hide it.
Thanks!
JasperThe blog I need help with is: (visible only to logged in users)
-
Hi Jasper, I’m not seeing that you have WordPress.com Premium Plan upgrade, which includes Custom Design and would be required in order to make this change. You can try out and preview custom CSS before you buy as explained here. The following would be the CSS required to hide the post meta data.
.entry-meta { display: none; }
- The topic ‘Deleting Meta data of post (date, author etc.)’ is closed to new replies.