• Resolved serhio

    (@serhio)


    Hello.

    I have a multisite (multilanguage) installation.

    Activated the UperAdmin. Cool.

    Now, I modify my theme’s footer under the ‘fr’ site: “Contact us” => “Contactez-nous”…

    I observed that I modified it in the English(root) site too.

    What to do? Install the same teme once again, or there is a way to

    <?if
    switch
    "/":
        "Contact us";
    "/fr":
        "Contactez-nous";
    "/ro":
        "Contactati-ne";

    Thanks.

    PS:

    I tried to use
    get_current_site()->site_name;
    get_current_site()->path;
    get_current_site()->id;

    but always had the same response from all languages…

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Multisite and Theme customization’ is closed to new replies.