Title: testimonial widget responsive theme
Last modified: August 20, 2016

---

# testimonial widget responsive theme

 *  Resolved [tiolions](https://wordpress.org/support/users/tiolions/)
 * (@tiolions)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/testimonial-widget-responsive-theme/)
 * Hi – Been using the Testimonials Widget fine until I decided to add the rotating
   option. I’m fairly new to this but created a new functions.php file in my child
   theme for Responsive Theme by ThemeID and added the following:
 *     ```
       // $widget_number is an optional, arbitrarily number (probably safe between 1,000 and 9,999) that helps create a uniquely identifiable testimonials widget display instance.
       $widget_number                  = 1234;
       // Displays the testimonials as a rotating widget into your theme directly  with specific class .testimonialswidget_testimonials1234
       echo testimonialswidget_widget( $args, $widget_number );
       ```
   
 * When the home page is refreshed I see the testimonials rotating at the top of
   the page. If you look at the link I provided below, you’ll see a testimonial 
   under the image. This is where I want things rotating.
 * [http://www.bowenworkhealing.com](http://www.bowenworkhealing.com)
 * Sorry I am not understanding what/where to place the code. Please advise. Thank
   you.
 * [http://wordpress.org/extend/plugins/testimonials-widget/](http://wordpress.org/extend/plugins/testimonials-widget/)

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

 *  Thread Starter [tiolions](https://wordpress.org/support/users/tiolions/)
 * (@tiolions)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/testimonial-widget-responsive-theme/#post-3482835)
 * Just noticed that it’s appearing all over the dashboard as well!
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/testimonial-widget-responsive-theme/#post-3482982)
 * You might want to put the code from [FAQ 1](http://wordpress.org/extend/plugins/testimonials-widget/faq/)
   in the template or header where you specifically want testimonial rotations to
   appear.
 * Each WordPress is different and you’ll need to work with your developer or hire
   me directly to resolve. See support at the bottom of [http://wordpress.org/extend/plugins/testimonials-widget/](http://wordpress.org/extend/plugins/testimonials-widget/).
 * One suggestion I have is to move the code from `functions.php` to the bottom 
   of `header.php` and see if that’s closer to where you want the testimonials to
   appear. From there, you should get a better idea of how to place it.

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

The topic ‘testimonial widget responsive theme’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/testimonial-widget-responsive-theme/#post-3482982)
 * Status: resolved