1. Login to blogger the go to "Layout --> Edit HTML"
2. Click on the "Download Full Template" to back up your template first.
3. Check on the "Expand Widget Templates" check box.
Hide Post Date
find this code and delete it.
<data:post.dateHeader/>.
Hide Post Time
find this code and delete it.
<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark'
title='permanent link'><abbr class='published'
expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>.
Hide Post Author
find this code and delete it.
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
.
5. Save your editting
Good Luck ............
Related Post :
Change Post Date Become Calender Icon
Thank you for reading this article How to Hide Your Post Date, Time and/or Author With URL http://x-tutorials.blogspot.com/2008/02/how-to-hide-your-post-date-time-andor.html. Also a time to read the other articles.


0 comments:
Write your comment for this article How to Hide Your Post Date, Time and/or Author above!