Hey there ninarch,
How are you doing today?
If this is what you’re trying to remove http://screencast.com/t/ZK9JNn8S then you could achieve that with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
p.post-meta {
display: none;
}
This should remove the meta data from your posts, if this doesn’t work could you please post link to your site so I can take a look?
Hope this helps 🙂
Best regards,
Bojan