Title: Testimonials Manager Client Plugin
Last modified: August 19, 2016

---

# Testimonials Manager Client Plugin

 *  [md_plugins](https://wordpress.org/support/users/md_plugins/)
 * (@md_plugins)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/testimonials-manager-client-plugin/)
 * After downloading Testimonials Manager ([http://wordpress.org/extend/plugins/testimonials-manager/](http://wordpress.org/extend/plugins/testimonials-manager/))
   I found that it had a powered by link which is very annoying for me as clients
   do not wish to have this, I can edit it from the plugin code however after each
   update I will have to re-edit those files which can be very annoying and time
   consuming.
 * Therefore I have decided to release a plugin which removes the powered by part
   automatically.
 * Testimonials Manager Client Plugin
 * Download From
    [http://uploadingit.com/d/TBUQXDQ2SZ3ZIG3H](http://uploadingit.com/d/TBUQXDQ2SZ3ZIG3H)
 * Below you will find the source code:
 * Just make sure your folder name comes after ‘Testimonials Manager’ in the alphabet.
 *     ```
       function showTestimonial_md() {
       $content = showTestimonial();
       $content = str_replace(‘<div style=”background: transparent; border:none; margin:0 0 20px 0; text-align:right;size:10px”>Powered by the <a href=”http://www.profitplugs.com/testimonials-manager-wordpress/” title=”Testimonial Manager”>Testimonial Manager Plugin for WordPress.</a></div>’,”,$content);
       return $content;
       }
       remove_shortcode(‘show_testimonials’);
       add_shortcode(‘show_testimonials’, ‘showTestimonial_md’);
       do_shortcode(‘show_testimonials’);
       ```
   
 * Please Enjoy!

Viewing 1 replies (of 1 total)

 *  [happyches](https://wordpress.org/support/users/happyches/)
 * (@happyches)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/testimonials-manager-client-plugin/#post-1669808)
 * download link not working, is it available anywhere else?

Viewing 1 replies (of 1 total)

The topic ‘Testimonials Manager Client Plugin’ is closed to new replies.

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

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [powered by](https://wordpress.org/support/topic-tag/powered-by/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 1 reply
 * 2 participants
 * Last reply from: [happyches](https://wordpress.org/support/users/happyches/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/testimonials-manager-client-plugin/#post-1669808)
 * Status: not a support question