The feed looks less cluttered when a date isn't showing - in either format. Is it possible to disable the date entirely?
Thanks in advance for your help!
Catherine
The feed looks less cluttered when a date isn't showing - in either format. Is it possible to disable the date entirely?
Thanks in advance for your help!
Catherine
The easiest thing is to just hide it with CSS:
.widget_twitter .time-meta {
display: none;
}Thanks, Aaron. That worked like a charm! :-)
You must log in to post.