If you don’t want to show the Time, Date stamp and Author in all of your WordPress blog. You can edit your template css file.
Make sure to back-up your website just to be sure but if you are confident with your skill, you can just make a back-up copy of your style.css file before editing the file.
To remove author and date stamp in WordPress twenty ten template, add code below to your style.css file with the wordpress editor.
<pre><code>.entry-meta {
display:none;
}</code></pre>
Thank you for visiting http://computersph.com
The articles below are about WordPress and may interest you.