Easiest way to remove blog post date

by Deineshd on June 7, 2008

Sponsored Links

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.

Consider to Subscribe to our RSS feed or Follow us at Twitter or Join our Facebook Fan Page.Enter your Email below to subscribe to our updates via Email.

Enter your email address:

Delivered by FeedBurner

Similar Posts

Powered by Thesis

Thesis Theme

An amazing WordPress Theme, nothing beats the versatility and SEO friendliness of the Thesis framework.

From beginners, to the most advanced WordPress developers, Thesis makes it easy for anyone to customize it.

{ 5 comments… read them below or add one }

Minhaaj March 13, 2009 at 9:19 am

doesn’t work for me.

Reply

Carol March 24, 2009 at 6:44 am

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.

Reply

India April 26, 2009 at 8:45 am

doesnt work, there is no such code

Reply

vishnu June 11, 2009 at 9:37 am

Wow see my

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

Reply

Mom (Lulu) June 18, 2009 at 6:45 am

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;

Reply

Leave a Comment

Previous post:

Next post: