Monday, May 12, 2008

Blogger hack: Hide blog Post date, time and author.

I am not sure why people use this blogger hack. I have never used it after all who wants to hide their name as the author of the blog. But this blogger hack is really useful for the ones who want to keep their blog clean in fact very clean by removing all the post date, time and name of author. So if you too belong to the same category then this blogger hack is for you.

First thing first, go to 'layout' and then to 'Edit HTML'. Don't forget to check 'Expand widget templates'.

Hide Post date
To hide the post date, find the code below and delete it.
<data:post.dateHeader/>

Hide Post time
This blogger hack says, to hide post time find the code below and remove it, NOW!
<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
To hide the name of author, why don't you find code below 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>


Congratulations, now your post is time, date and author free. Don't let it be readers free!
If you are thinking to use this blogger hack then can i get a linkback please!

5 comments:

ranecloude said...

Would this hack work just for the blog entry or would it be able to apply to the rss/atom feeds?

And here is the reason why I need it: I manage the blogs for my company and we have certain "bloggers" who aren't very tech savvy, so a tech producer will post for them. And obviously we don't want the tech producer as the "author".

American Therapy Jobs said...

Hi, I would like to put back my blog post date header again. What should I do? Thanks!

RAJAT BARMAN said...

it helps me a lot !!!

RAJAT BARMAN said...

can u also post how to remove "subscribe:posts atom"

Pink Diamond said...

Thank you. This is very helpful.