Polylang Support for Logo URL
-
Thanks for the great plugin. Is there any way that polylang support might be added for the logo url for a multilingual site? Currently the logo url will always point to the default language homepage of the site and not the homepage of the language that the user is currently using.
I can change the code and get the desired result by replacing:
$logo_url = get_bloginfo( ‘url’ );with:
$logo_url = pll_home_url();However, I was wondering whether you might be interested in working a fix into the code?
Thanks again for the plugin!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Polylang Support for Logo URL’ is closed to new replies.