How to hide post date and time in blogger

1 reply [Last post]
parth's picture
parth
User offline. Last seen 2 years 19 weeks ago. Offline
Joined: 09/20/2009

i dont want that post date and time to appear for my posts on blogger.But i couldn't find anything under settings tab that let me disable it.Is there any way out to do it manually?is it legal ?


rajesh's picture
rajesh
User offline. Last seen 13 weeks 18 hours ago. Offline
Joined: 08/17/2009
edit html code

I dont know whether its leagal or not but you can remove it by applying some simple tweaks to HTML code

once you logged into the blogger go to Layout click on Edit HTML.
Take back up of your template using "Download Full Template" that will help in case you want to revert back.
Check the "Expand Widget Templates" check box.

Remove Post Date
search for the following code and delete it.

.

Remove Post Time
search for the following code and delete it.

.

Remove Post Author
search for the following code and delete it.