Cubic Theme date display
-
Hi there,
Is there any way to change the dates that show on the front page of my site to something else? I’d like them to be countries instead. Is it possible?
http://www.tunesaroundtheworld.com
The blog I need help with is: (visible only to logged in users)
-
Hi Greg, it would be possible to hide the dates on the homepage with custom CSS, but it wouldn’t be possible to turn them into another type of data.
This CSS will hide the dates:
.home .entry-date { display: none; }
- The topic ‘Cubic Theme date display’ is closed to new replies.