Title: Remove testimonials
Last modified: August 22, 2016

---

# Remove testimonials

 *  Resolved [ericbullet](https://wordpress.org/support/users/ericbullet/)
 * (@ericbullet)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-testimonials/)
 * how do i remove Testionails?
 * i tried changing function.php here: `//’testimonials’ => false, // requires Jetpack

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-testimonials/#post-5840935)
 * Hey there ericbullet,
 * Hope you’re well today!
 * I’ve checked the theme but I’m not sure what you’re trying to remove. Could you
   please post link to your site and explain which part you want removed? Generally
   this should be possible to remove with some custom CSS.
 * Please let me know.
 * Best regards,
    Bojan
 *  Theme Author [Tim Nicholson](https://wordpress.org/support/users/timnicholson/)
 * (@timnicholson)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-testimonials/#post-5841091)
 * Hi ericbullet, by setting testimonials to false, it will remove that feature.
   Just remove the two slashes (//), that tells PHP to ignore the line (i.e. its
   a comment). So the line should look like this: `'testimonials' => false,`
 *  Thread Starter [ericbullet](https://wordpress.org/support/users/ericbullet/)
 * (@ericbullet)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-testimonials/#post-5841101)
 * oh DUH. Thank you.
 * `$xsbf_theme_options = array(
    //’background_color’ => ‘f2f2f2’, //’content_width’
   => 1170, //’embed_video_width’ => 1170, //’embed_video_height’ => null, // i.
   e. calculate it automatically //’post_formats’ => ”, //’touch_support’ => true,//’
   fontawesome’ => true, //’bootstrap_gradients’ => false, ‘navbar_classes’ => ‘
   navbar-inverse navbar-fixed-top’, // Different than parent ‘custom_header_location’
   => ‘content-header’, //’image_keyboard_nav’ => true, //’sample_widgets’ => true,//’
   sample_footer_menu’ => true, ‘testimonials’ => false, // requires Jetpack );
 * ‘
 * however this does not seem to remove the testimonials.
 *  Thread Starter [ericbullet](https://wordpress.org/support/users/ericbullet/)
 * (@ericbullet)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-testimonials/#post-5841154)
 * actually it works great. thanks!

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

The topic ‘Remove testimonials’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spot/1.5/screenshot.png)
 * Spot
 * [Support Threads](https://wordpress.org/support/theme/spot/)
 * [Active Topics](https://wordpress.org/support/theme/spot/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spot/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spot/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [ericbullet](https://wordpress.org/support/users/ericbullet/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/remove-testimonials/#post-5841154)
 * Status: resolved