Hey
Very interested in using this for a website but as a widget rather than in a post/page.
Ran the following in a page and works perfectly but in a widget just echoes the text.
<div class="homepage-widget-blog">
<h3 class="aligncenter home-widget">Testimonials</h3>
<div class="woothemes_testimonials">
[insert_php] do_action( 'woothemes_testimonials', array( 'limit' => 4, 'before' => '<div class="type-testimonial animated fadeInUp">', 'display_author' => true ) ); [/insert_php]
</div>
</div>
Any ideas?
Thanks,
Dan
https://ww.wp.xz.cn/plugins/insert-php/