Title: Redirect
Last modified: August 22, 2016

---

# Redirect

 *  Resolved [Enna123](https://wordpress.org/support/users/enna123/)
 * (@enna123)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/redirect-66/)
 * Hello,
 * I installed Testimonial Basics a few days ago and love it so far!
 * Now after someone submits a testimonial it redirects you back to the page. But
   I have a multilingual website (I’m using WPML), say [http://www.dutchwebsite.com](http://www.dutchwebsite.com)
   and [http://www.englishwebsite.com](http://www.englishwebsite.com).
    I want to
   display the testimonials on both sites (which is no problem), but whenever someone
   posts a testimonial on the English website, they are redirected to the Dutch 
   website. Is there a way to avoid this?
 * Other than that the plugin works great 🙂
 * Thank you!
 * [https://wordpress.org/plugins/testimonial-basics/](https://wordpress.org/plugins/testimonial-basics/)

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

 *  Plugin Author [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * (@kevinhaig)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/redirect-66/#post-5791811)
 * That is interesting! I will look into that when I get a chance
 *  Thread Starter [Enna123](https://wordpress.org/support/users/enna123/)
 * (@enna123)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/redirect-66/#post-5791843)
 * Thanks!
 *  Plugin Author [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * (@kevinhaig)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/redirect-66/#post-5791847)
 * I would like to take a look at the sites you are referring to but the addresses
   above do not appear to be correct?
 *  Thread Starter [Enna123](https://wordpress.org/support/users/enna123/)
 * (@enna123)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/redirect-66/#post-5791849)
 * Those were examples.
 * Here’s the Dutch page: [http://windhondenwebshop.net/testimonials-2/](http://windhondenwebshop.net/testimonials-2/)
   
   Here’s the English page: [http://sighthoundgoodies.com/testimonials-2/](http://sighthoundgoodies.com/testimonials-2/)
 * You can test if you want. If you add a testimonial via the English page, you 
   are redirected to the Dutch page.
 * Thank you.
 *  Plugin Author [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * (@kevinhaig)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/redirect-66/#post-5791850)
 * Hi Enna123
 * The main content form redirects to the current page to reset the POST variables.
   Your language translation setup must somehow mask the url even though the Dutch
   page is used. In any event I use a function to pick up the url and it is picking
   up the same url for the testimonial page.
 * If you can set up different pages (ie unique permalink) pages in each translated
   version, I would do that.
 * Other than that you can go into katb_functions.php and comment out the re-direct
 * line 1732: change $redirect = katb_current_page_url(); to //$redirect = katb_current_page_url();
 * line 1733: change wp_redirect( $redirect ); to //wp_redirect( $redirect );
 * line 1734: change exit; to //exit;
 * Kevin
 *  Thread Starter [Enna123](https://wordpress.org/support/users/enna123/)
 * (@enna123)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/redirect-66/#post-5791851)
 * Hi Kevin,
 * It worked! Thank you!
 * Anne

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

The topic ‘Redirect’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonial-basics_312d05.svg)
 * [Testimonial Basics](https://wordpress.org/plugins/testimonial-basics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonial-basics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonial-basics/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonial-basics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonial-basics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonial-basics/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Enna123](https://wordpress.org/support/users/enna123/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/redirect-66/#post-5791851)
 * Status: resolved