The theme of this blogger hack is not new. I have already written a post to remove blog post's date, time and author earlier. But this blogger hack doesn't removes the blog post date rather it just hides the blog post date from your reader so that you shouldn't have to remove the code from your template.
Start by going to Dashboard then to Layout and finally to edit HTML.
h2.date-header {
margin:1.5em 0 .5em;
}
Now replace the above code with the following code below:
h2.date-header {
margin:1.5em 0 .5em;
display:none;
}
Now save the template, reload the blog and thank me. This was easy, wasn't it?
You can also try other blogger hacks like Controlling number of posts displayed in archive and label pages or Removing borders from header and images.
Saturday, June 7, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment