Is there a simple way to prevent the dates from showing in the post slider?
The blog I need help with is metcalfevillage.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Is there a simple way to prevent the dates from showing in the post slider?
The blog I need help with is metcalfevillage.com.
No.
Add this to your CSS sheet:
.home .recent-articles h1,.home .more-articles h1 {
display:none;
}
.entry-meta {
display:none;
}
This topic has been closed to new replies.