I’m working with the Post Slider and need to display the Title, Excerpt, and Read More links without a date. From what I can see, the only way to make the date not display is to select “Only Title” from the Title and Excerpt drop down menu in the Post Slider options.
Please advise and thanks in advance.
Hey!
Try adding this code to the Quick CSS:
.post-entry .slide-meta {
display: none;
}
Cheers!
Josue