How to Hide Your Post Date, Time and/or Author

16 Sep 2009

There are some reason for bloger to hide Post date, time and author. May be they want to see their blog looks clear or everything. Now I will show you the trick to "hide your post date, time and or author". the mothods is very simple, just find the code that I pointed to you and delete it. You can chose which part want to delete, date only, time only, author only or it all. Ok, if you decided to do it lets begin the hack.

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

5 komentar:

Fuluganks mengatakan...

Wow it is so cute and informative,you will be successful with your blog
please visit my site if you want to know more amazing tips about blogger :

Thanks much

Mike mengatakan...

Is there any way to hide these fields only on the front page? Agreed with Anon that this info is almost always very helpful, but I'd like to limit it to the individual post page and hide it from the main listing.
Thanks

irur mengatakan...

Thanks for this easiest tip of removing the post date

aan mengatakan...

Thank you so much! My new blog's so unbelievably tidy now.

ruri mengatakan...

Thx for usefull tips here..save my time looking for this solutions..

Posting Komentar