Tuesday, November 17, 2009

Remove date in post


In this section we see how to remove the Post date and time section . We are not going to eliminate it , just hiding, other wise we can't get back when ever we need. the steps are simple and follow as shown below

 Start by going to Dashboard then to Layout and finally to edit HTML.

Find the below coding:
h2.date-header {
margin:1.5em 0 .5em;
}

 
Replace above code with this one :
h2.date-header {
margin:1.5em 0 .5em;
display:none;
}

save and refresh your site for changes

Labels: ,

2 Comments:

Anonymous Anonymous said...

nice post

November 18, 2009 at 4:59 PM  
Anonymous Anonymous said...

i try and see

November 18, 2009 at 8:09 PM  

Post a Comment

Subscribe to Post Comments [Atom]

<< Home