Hey, guys! Awesomely enough, I found this on another plugin’s FAQ:
47. How to make a testimonials listing in a widget than a rotating testimonial?
First, you’ll need to enable shortcodes in widget by adding add_filter('widget_text', 'do_shortcode'); to the bottom of your themes functions.php file, before the closing ?>.
Then for the testimonials listing in a widget, use a Text widget with a shortcode like [testimonialswidget_list limit=5].
Source: http://ww.wp.xz.cn/extend/plugins/testimonials-widget/faq/
Thread Starter
Xavan
(@xavan)
Interesting: looking at the URL, the audio file works when accessing the permalink:
http://dwelltwin.org/2013/01/07/january-6-2013/
Notice the absence of #! directly after dwelltwin.org. Is this a problem with my theme? An incompatibility in the theme?
Thanks!