Wordpress - qTranslate plugin - how to force redirect to home page when language is switched

StackOverflow https://stackoverflow.com/questions/23282599

  •  09-07-2023
  •  | 
  •  

I'm trying to set up a simple multi-language community website. On this website, I have contents available in multi-languages thanks to qTranslate. A "Language Switcher" is added at the footer and is displayed in all pages.

What I need now is to re-direct users to the home page when they switch to another language. I've spent hours searching for the solution in google, but in vain.

Does anyone know how to redirect to home page when language is switched using qTranslate?

Thank you very much.

有帮助吗?

解决方案

Just use <?php echo home_url(); ?>, not

<?php bloginfo('home'); ?>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top