Title: Using Testimonial without widget or shortcode
Last modified: August 20, 2016

---

# Using Testimonial without widget or shortcode

 *  Resolved [fewixree](https://wordpress.org/support/users/fewixree/)
 * (@fewixree)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/)
 * Hi there
 * I have no problem getting the plugin working with either the widget and using
   shortcode on a page. However I need to place the testimonial on the page where
   it’s not editable in the WYSIWYG, as in I need to put some PHP code in the template
   files. Can one of you smart people out there help me out? 🙂
 * This is the page: [http://phat.com.au/mad/](http://phat.com.au/mad/)
 * and I need to put the testimonials just under the ‘Our Giving Partners’ section,
   which I can’t do without altering the PHP file.
 * Thanks
 * [http://wordpress.org/extend/plugins/testimonials-widget/](http://wordpress.org/extend/plugins/testimonials-widget/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218796)
 * See [FAQ 1](http://wordpress.org/extend/plugins/testimonials-widget/faq/).
 *  Thread Starter [fewixree](https://wordpress.org/support/users/fewixree/)
 * (@fewixree)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218797)
 * Thanks. I have tried that. Can you give me some direction as to what I need to
   change in that code supplied in FAQ1? At the moment on the front end of the website
   it’s saying ‘No testimonials found’. Sorry, I’m not an PHP expert.
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218802)
 * Do you have testimonials?
 * Are your arguments those that meet your needs?
 * Have you tried to do only `echo testimonialswidget_list();` with success?
 * If you’re still having trouble, please put your code to [http://pastebin.com/](http://pastebin.com/)
   and then link to it here for review.
 *  Thread Starter [fewixree](https://wordpress.org/support/users/fewixree/)
 * (@fewixree)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218853)
 * <?php
 * $args = array(
    ‘category’ => ‘product’, ‘tags’ => ‘widget’, ‘limit’ => 5 );
 * echo testimonialswidget_list( $args );
 * $args[‘refresh_interval’] = 10;
 * echo testimonialswidget_widget( $args );
 * ?>
 *  Thread Starter [fewixree](https://wordpress.org/support/users/fewixree/)
 * (@fewixree)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218854)
 * I have tried taking out the
 * echo testimonialswidget_widget( $args );
 * Still not working. Is there anything in that code that I need to replace? Sorry
   to be such a dump ass in this, any help would be great.
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218856)
 * Have you tried to do only
 *     ```
       <?php echo testimonialswidget_list(); ?>
       ```
   
 * with success?
 * That should show any testimonials that you have.
 *  Thread Starter [fewixree](https://wordpress.org/support/users/fewixree/)
 * (@fewixree)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218857)
 * Ah, that works, it’s show all of the testimonials rather then a slideshow. [http://phat.com.au/mad/](http://phat.com.au/mad/)
 * How do i make them show one at a time? Also to show a title ‘Testimonials’?
 *  Thread Starter [fewixree](https://wordpress.org/support/users/fewixree/)
 * (@fewixree)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218858)
 * Ok, got the title sorted, just need help on showing one testimonial at a time.(
   like what the widget does, like a slideshow effect)
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218859)
 * Please try
 *     ```
       <?php echo testimonialswidget_widget(); ?>
       ```
   
 * instead.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Using Testimonial without widget or shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonials-widget_c56561.svg)
 * [Testimonials Widget](https://wordpress.org/plugins/testimonials-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonials-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonials-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonials-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonials-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonials-widget/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/using-testimonial-without-widget-or-shortcode/#post-3218859)
 * Status: resolved