Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TIV.NET INC.

    (@tivnetinc)

    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!

    Thread Starter IAmVincentLiu

    (@iamvincentliu)

    Both of the addresses are https://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)

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    Yes, I see our widget inserts /zh/ to the wrong place.

    Working on that.

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    @iamvincentliu :

    Please try the Version 1.0.7.2 – there is a hotfix for the /blog/ installation of WordPress.

    Thanks again for reporting!

    Thread Starter IAmVincentLiu

    (@iamvincentliu)

    The problem has been fixed. Thank you for your help! The plugin has helped me a lot ??

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Misplaced language code in url’ is closed to new replies.