How to remove/hide the post date?
-
Hi,
I want to have the post title as the date rather than having a ‘post on’ date as well. Is there a way I can tweak the css to do this? I can’t figure it out myself this time. I am using the theme “pretty young thing”.
Thanks,
AmyThe blog I need help with is: (visible only to logged in users)
-
There may be SEO ramifications of not having a title except for the date and if you choose not to display it may cause it not to show up other places on your website where you WOULD like it to display.
That being said try adding this to your css:
.date {display:none;}
-
-
-
- The topic ‘How to remove/hide the post date?’ is closed to new replies.