Hi,
I need help with the above.
1) How do I remove Post Picture, Date & Time from Post Slider?
2) How do I extract the excerpt from the main content (instead of manually typing an excerpt for every post)?
Thanks!
Hi,
1.) Use this on your custom.css or Quick CSS:
.avia-content-slider-inner .slide-image {
display: none;
}
.avia-content-slider-inner .slide-meta {
display: none;
}
2.) You can use the <!–more–> tag. http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
Ismael