Boardwalk theme, without date
-
Hi,
is it possible to remove the date from the frontpage?
thanks
The blog I need help with is: (visible only to logged in users)
-
There isn’t an option to hide the dates on the front page of the Boardwalk theme. But, if you have the Custom Design upgrade (which is part of WordPress.com Premium and WordPress.com Business) then you can use some custom CSS to hide the date. Something like the following should do the trick:
.home .posted-on { display: none; }I hope that helps! Let me know if you have any questions.
- The topic ‘Boardwalk theme, without date’ is closed to new replies.