We have been moved to http://www.bloganol.com/

It is not so important to remove post date from your blog but some bloggers like to remove the post date . So keeping their word in mind we are writing this simple blogger hack to hide post date.

Deleting code from your blog is not only the solution to hide blog post date.You may need that code someday.So if you like to remove the post date from your blog without removing any code then goto your blog Edit html Page and following the cool steps below.

First of all search for the following lines of code in your Template.
h2.date-header {
margin:1.5em 0 .5em;
}
Now replace the above code with the following code .
h2.date-header {
margin:1.5em 0 .5em;
display:none;
}
In this hack we have added a simple line display:none; in the code . The function of this line to hide the object in which you have used this tag. You can hide your sidebar ,header and other objects by adding this simple line in the code.

If you have used the hack to show only post title at archive and label Pages then after you perform this hack then the post date will also be hidden at label and archive pages.

comments

5 Responses to "Easiest way to remove blog post date"
Unknown said...
March 13, 2009 at 2:19 AM

doesn't work for me.


Anonymous said...
March 23, 2009 at 11:44 PM

Thank you sooooooooooooooo much!!! Very easy...I tried to remove a code to get the same result but wasn't able to, I couldn't find the code...this was way better.


Shalu said...
April 26, 2009 at 1:45 AM

doesnt work, there is no such code


vishnu said...
June 11, 2009 at 2:37 AM

Wow see my


http://hackpage.blogspot.com blog gprs hacks tiss tricks how to hack trick tip hacks tips tricks hackpage


Lucia said...
June 17, 2009 at 11:45 PM

I don't have that code either, however I found that it works if I paste that code at the end of this section of code:

.post .date {
margin: 0 0;
padding: 5px 0 0 25px;
background:transparent ;
font: normal 12px "verdana", Arial, sans-serif;
color: #990000;


Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!