Title: Multisite
Last modified: August 30, 2016

---

# Multisite

 *  Resolved [ryanchanplc](https://wordpress.org/support/users/ryanchanplc/)
 * (@ryanchanplc)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/multisite-309/)
 * Dear Author,
 * Does this plugin support Multisite Network in WordPress? I have set up a network
   and installed this plugins. After i added two sites , i found that first site
   has the WPGlobus tab setting , but there is no WPGlobus tab setting on the second
   site.
 * Please help , Thanks
 * [https://wordpress.org/plugins/wpglobus/](https://wordpress.org/plugins/wpglobus/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Support [Alex Gor](https://wordpress.org/support/users/alexgff/)
 * (@alexgff)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/multisite-309/#post-6621546)
 * [@ryanchanplc](https://wordpress.org/support/users/ryanchanplc/)
    WPGlobus don’t
   support WordPress Multisite
 *  Plugin Author [Gregory Karpinsky (@tivnet)](https://wordpress.org/support/users/tivnet/)
 * (@tivnet)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/multisite-309/#post-6621548)
 * Dear [@ryanchanplc](https://wordpress.org/support/users/ryanchanplc/),
 * We do not officially support multisite and do not check for it in the code.
 * I believe, however, that if you activate WPGlobus for each site of your network,
   it should work.
 * Thank you!
 *  Thread Starter [ryanchanplc](https://wordpress.org/support/users/ryanchanplc/)
 * (@ryanchanplc)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/multisite-309/#post-6621552)
 * Thanks guys,
 * I tried Gregory’s suggestion. Now on the second site , i can see 4 languages 
   tabs on my post edit page. However there is no WPGlobus setting . I just want
   to change Russian tab into Chinese , is there any walk around?
 * Thanks
 *  Plugin Author [Gregory Karpinsky (@tivnet)](https://wordpress.org/support/users/tivnet/)
 * (@tivnet)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/multisite-309/#post-6621554)
 * Really do not know, sorry. Hopefully, someone who knows MS better will read this
   and reply. I am sure it’s something small, but I cannot point you to the exact
   place.
 *  Thread Starter [ryanchanplc](https://wordpress.org/support/users/ryanchanplc/)
 * (@ryanchanplc)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/multisite-309/#post-6621579)
 * It’s okay , thanks a lot , Gregory
 *  Plugin Author [Gregory Karpinsky (@tivnet)](https://wordpress.org/support/users/tivnet/)
 * (@tivnet)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/multisite-309/#post-6621746)
 * If you find more details, please post here.
    Thanks again!
 *  [lucidreamstate](https://wordpress.org/support/users/lucidreamstate/)
 * (@lucidreamstate)
 * [10 years ago](https://wordpress.org/support/topic/multisite-309/#post-6621866)
 * I am using WPGlobus on a Multisite installation and, for the most part, it is
   working just fine. There is just ONE problem with it, and I wonder if anyone 
   can give me an idea on how to fix it.
 * Under the “My Sites” menu in the admin bar, each site name shows the full WPGlobus
   multi language string. For example:
 * {:en}English Website Name{:}{:es}Español Sitio Web Nombre{:}
 * Can anyone offer any clue as to what I could add to my functions.php that would
   get WPGlobus to list the properly formatted string?
 * Thanks a ton!
 *  Thread Starter [ryanchanplc](https://wordpress.org/support/users/ryanchanplc/)
 * (@ryanchanplc)
 * [10 years ago](https://wordpress.org/support/topic/multisite-309/#post-6621867)
 * lucidreamstate,
 * It may be ugly , but i think it should work.
 *     ```
       add_filter('option_blogname', 'local_blogname');
   
        function local_blogname($name) {
               return apply_filters('the_title', $name);
        }
       ```
   

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Multisite’ is closed to new replies.

 * ![](https://ps.w.org/wpglobus/assets/icon-256x256.png?rev=1069705)
 * [WPGlobus](https://wordpress.org/plugins/wpglobus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpglobus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpglobus/)
 * [Active Topics](https://wordpress.org/support/plugin/wpglobus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpglobus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpglobus/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [ryanchanplc](https://wordpress.org/support/users/ryanchanplc/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/multisite-309/#post-6621867)
 * Status: resolved