
I noticed that the famous WordPress plugin for SEO by Yoast does not allow a flexible handling of post languages, expecially on this website we’re i’ve mixed language. Hopefully its easy to fix expecially when using the Genesis theme framework. In functions.php of your own child theme put this code at the the bottom: add_filter(‘wpseo_locale’, [...]

