Hey @popeye!
With the shortcode, you can set show_date=0, I believe, and you should be all set (you may need to flush the cache to see the change immediately.) In the widget, there is a corresponding checkbox under the Fields to Display area.
You can also change the Publish date of the Testimonials to the correct date, if you’d like it to be correct.
All the best,
Richard
Ok but how do you get rid of the date on the individual testimonial page? I don’t even know why there is a date, its so un-needed.
Ok after hacking around in the code I finally got this to work by adding it to a “Simple CSS” plugin area (also could add to your themes style.css file, but will have to move it if you change themes.)
.easy_t_single_testimonial blockquote.easy_testimonial .date {
display: none;
}
Hey @karissa!
Thanks for sharing your solution.
Our plugin also has a Custom CSS box where you could place this code, found under our Settings. This would help you keep the CSS in the plugin so that you can switch themes without concern.
Best,
Richard