Wordpress is slowly growing usage not only in blogs but also fully fledged websites maily because of its user interface backend which is releatively easier to grasp for for web administrators.
Its usage on non blog websites poses poses a problem in that every post has a time stamp on it indicating the authour, category and date when the post was published, (nothing wrong with that) but if content is not often changed we wouldnt want people to see a times stamp which is six months old (would you?)
Now, how do we go about removing the time stamp ?

To do so, go into the Theme Editor and select the single.php and Main Index templates and take out this code:

< ?php the_time(‘F j, Y’); ? >

For more information on this tag, go the WP Codex page here.