I still can’t seem to get the random testimonial to work in my widget. I have the PRO version. Here is my widget code:
<h4>[title]</h4><p>[content]</p><p>Read more</p>
Here is my code I am using in my PHP widget:
<div id=”testimonial-widget”><?php echo apply_filters(‘the_content’, ‘[Testimonials: -c1 -t1 ]’); ?></div>