When converting a WordPress blog to a website, it’s typically necessary to remove many of the blog features that come enabled in WordPress themes.
Using the WordPress Twenty Ten theme as an example, here is a sweet and easy way to remove the posted by, date and comments features.
Insert .post .entry-utility, .post .entry-meta {display:none;} under the line /* =Content in the style.css sheet.