Saturday, August 8, 2009

How To Hide Your Post Date

Post date can be define a date that show publish of article on your blog. It’s normal to show date post to show our article consistency. But sometimes it’s nice to hide our post date, let’s make it real.

1. Go to Layout and Choose Edit HTML
2. Back up your blog and click on Expand widget template
3. Find this code h2.date-header {
4. Add some code like this visibility: hidden;
5. Here for the example

h2.date-header {
margin:.3em 0 0;
padding:0;
font-size:80%;
color:#777;
height: 0px;
visibility: hidden;
}

6. Save and done.

It’s will make your post date disappears from your blog.If you want to make it to default and show your post date just delete the red code.

No comments:

Post a Comment