how do I hide dates and time on posts?
-
how do I hide dates and time on posts? thanks a lot
The blog I need help with is: (visible only to logged in users)
-
If there is no option to hide it in the theme you are using and you have the CSS upgrade then try this code:
div.post h4 {display:none;}
div.post div h4 {display:block;}lh
- The topic ‘how do I hide dates and time on posts?’ is closed to new replies.