1

I've installed Polylang to a new WordPress website. I've added the default language but then every page is white. What can I do to solve that?

The permalinks is: postname.

I've tried to change the settings of the plugin or something else but it's not working.

krlzlx
  • 5,752
  • 14
  • 47
  • 55
Throst1951
  • 13
  • 2

1 Answers1

0

Apperantly, this can happen when the theme cannot differentiate between Polylang and WPML and then tries to make use of WPML specific functions.

More information about this can be found here.

And the solution is to add the following line inside wp-config.php:

define('PLL_WPML_COMPAT', false);
user8230352
  • 1,775
  • 1
  • 9
  • 13