Hide tags on blog posts

Add the following to your website head:


<style type="text/css">
/* Hide blog post tags */
   .postmeta {display:none;}
</style>