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

on January 01, 2011

Some blog authors may want to hide Post date, time and author name. 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 methods 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. Before doing any changes make sure you have the backup copy of the code.

1. Login to blogger and 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.



For Hiding Post Date:
Find this code and delete it.
<data:post.dateHeader/>


For Hiding Post Time:
Find this code and delete it.


For Hiding 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>

 
Now, save your editing and check you changes.


0 comments:

Post a Comment