Thanks for your report @iamvincentliu!
That’s indeed a case that we did not test yet. Will do a.s.a.p.
Could you please tell us, what’s written in your
Admin -> Settings -> General
in the
WordPress Address (URL)
and
Site Address (URL)
sections
Thank you!
Both of the addresses are http://asexuality.altervista.org/blog
Thank you in advance!
(EDIT: I’m still in the process of migrating to the plugin, so not all posts are filled in, but the About page is)
Yes, I see our widget inserts /zh/ to the wrong place.
Working on that.
@iamvincentliu :
Please try the Version 1.0.7.2 – there is a hotfix for the /blog/ installation of WordPress.
Thanks again for reporting!
The problem has been fixed. Thank you for your help! The plugin has helped me a lot 🙂
Thank you Vincent, your response is like 5-star review for us!
function globusless_link($url){ //prevents error by removing language from the url
$blog = get_bloginfo( 'url');
$blog = substr($blog, 0,-3); //removes the language sign of the url.
$blog .= $url;
return $blog;
}
In case somebody runs into this problem (like directly linking a picture), this should help.