How To Hide Posting Date At Blogs

If U do not like show the date when u posting at ur blog ,then
just do this ,first go to *Dashboard choose *Design then click
*Edit HTML &*Expand Widget templates then put this code

visibility: hidden; After this code h2.date-header {

so look will be like this

h2.date-header {visibility: hidden;

then klik *save template and check it to find its works or not
if that way do not works just do this other way,find this code

margin: $(date.header.margin); put the code visibility: hidden;

after it so, look will be like this

margin: $(date.header.margin);visibility:hidden;

then click *save template ok its finish

0 comments:

Post a Comment