There many reasons for hiding post date,time and author like a blogger wants to see his blog clean and clear so he hide them.I am going to show you that how to hide post date,time and author name.So don’t waste your time on thinking and just follow the simple steps given:
How to Hide Post Date,Time and Author
Hide Post Date
- Find the following code:
<data:post.dateHeader/>
- And delete it
Hide Post Time
- Find the code below 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 the following 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>
- Save your template and you are done!
i did the same but it is still showing the author name and the time...
ReplyDelete@Ganesh Narayan Gupta try again u would have make a mistake or u would be missing a step ...
ReplyDeletesuperb trick thank you Syed see My Blog At exlpo.blogspot.com
ReplyDeletei do the steps and it don't work with me also
ReplyDelete