Developers
tivnet |
Download Stats
Today | 398 |
Yesterday | 418 |
Last Week | 2,440 |
All Time | 331,187 |
WPGlobus is a family of WordPress plugins assisting you in translating and maintaining bilingual/multilingual WordPress blogs and sites.
Quick Start Video
https://www.youtube.com/watch?v=zoTWY9JrXLs
Please also read the Quick Start Guide.
Important Notes: please read before using WPGlobus!
- NO AUTOMATIC TRANSLATION:
- WPGlobus does NOT translate texts automatically! You will translate texts manually.
- PAGE BUILDERS / COMPOSERS:
- WPGlobus supports Gutenberg and WPBakery Page Builder. Other builders, such as "Page Builder by SiteOrigin", "Beaver Builder", Fusion ("Avada"), Elegant ("Divi"), Elementor, etc. are currently in development.
- IF YOU UNINSTALL, YOU LOSE TRANSLATIONS:
- WPGlobus stores all translations using a special format:
{:en}English{:}{:fr}French{:}{:es}Spanish{:}
. If you decide to deactivate and uninstall WPGlobus, you must run the clean-up tool to keep only one language. See the details on the "Welcome" tab in the WPGlobus Settings.
- WPGlobus stores all translations using a special format:
- COOKIES:
- WPGlobus use browser cookies to store the selected language in the form
wpglobus-language=xx
wherexx
is a two-letter language code:en
,de
,fr
, etc.
- WPGlobus use browser cookies to store the selected language in the form
- NO MULTISITE:
- The multisite mode (multiple virtual sites sharing a single WordPress installation) is not tested and not supported.
- FREE PLUGIN with PAID EXTENSIONS:
- Some functionality is available only with our premium add-ons. Details below.
- OLD PHP / OLD WORDPRESS:
- We develop and test our software using the latest versions of PHP, WordPress, and all plugins. If you have an older version and something is not working properly - please upgrade before contacting us.
- MBSTRING:
- For the full UTF-8 compatibility and better performance, please make sure that the Multibyte String PHP extension is enabled.
What is in the FREE version of WPGlobus?
The WPGlobus plugin provides you with the general multilingual tools.
- Manually translate posts, pages, categories, tags, menus, and widgets;
- Add one or several languages to your WP blog/site using custom combinations of country flags, locales and language names;
- Enable multilingual SEO features of "Yoast SEO" and "All in One SEO" plugins;
- Switch the languages at the front-end using: a drop-down menu extension and/or a customizable widget with various display options;
- Switch the Administrator interface language using a top bar selector;
The WPGlobus plugin serves as the foundation to other plugins in the family.
There are several Free Add-ons:
- WPGlobus Featured Images: allows setting featured images separately for each language.
- WPGlobus Translate Options: enables selective translation of the
wp_options
table strings. You need to use it when your theme or a 3rd party plugin (a slider, for example) allows you to enter some texts (headings, buttons, etc.) and stores them in theoptions
table. - WPGlobus for WPBakery Page Builder: enables WPGlobus on certain themes that use WPBakery's Builder in the standard ("classic") mode.
- WPGlobus for Black Studio TinyMCE Widget: adds multilingual editing capabilities to the visual editor widget.
When do I need WPGlobus Premium Add-ons?
- To translate URLs (
/my-page/
translates to/fr/ma-page
,/ru/-
and so on); - To "postpone" translation to all languages and publish only those that are ready;
- To have completely separate menus for each language;
- To translate WooCommerce products and taxonomies;
- To have separate "focus keywords" for each language in the Yoast SEO;
- ...and more.
For more details, please check out the descriptions of each paid add-on on our website:
- WooCommerce WPGlobus: adds multilingual capabilities to WooCommerce-based online stores.
- WPGlobus Plus: adds URL fine-tuning, publishing status per translation, multilingual Yoast SEO analysis and more.
- WPGlobus Language Widgets: Multilingual widget logic: show and hide widget depending on the current language.
- WPGlobus Header Images: Display different header images per language. Show images depending on the settings in the Customizer.
- WPGlobus Menu Visibility: Show or hide menu items depending on the current language.
- WPGlobus Mobile Menu: makes the WPGlobus language switcher menu compatible with mobile devices and narrow screens.
- WPGlobus for the "Bridge" theme: create different sliders for each language when using theme "Bridge".
- Multilingual WooCommerce Nets Netaxept: with this add-on, you will be able to translate the Nets payment methods' titles and descriptions to multiple languages.
- WPGlobus for Ultimate Member: enables multilingual for all forms of the Ultimate Member (login, registration, user profile, etc), the Member Directories pages, the admin settings that are visible on frontend.
- WPGlobus Multilingual Popups: enables multilingual support for the following plugins: Popup Maker Popup for opt-ins, lead gen, & more; Popup Builder Responsive WordPress Pop up.
- WPGlobus Multilingual Notices: adds the multilanguage capabilities to various WordPress GDPR/cookie notifications plugins.
Compatibility with WordPress Themes
- WPGlobus works correctly with all themes that apply proper filtering before outputting content.
- As most of the themes save their settings in the
options
table, you can use the WPGlobus Translate Options plugin to process those settings correctly. - Some themes incorporate 3rd party plugins (e.g., sliders, forms, composers) - not all of them are 100% multilingual-ready. When you see elements that cannot be translated, please tell the theme/plugin authors. We are ready to help them.
- Read more on the topic here.
Compatibility with WordPress Plugins
We have checked WPGlobus together with many plugins, including:
- ACF - Advanced Custom Fields. WPGlobus Plus premium add-on is required for WYSIWYG fields support,
- Advanced Post List,
- All in One SEO Pack,
- WordPress SEO Plugin Rank Math,
- Black Studio TinyMCE Widget (with our free add-on),
- MailChimp for WordPress,
- Max Mega Menu,
- Popups - WordPress Popup,
- Sidebar Login,
- WPBakery Page Builder,
- Whistles,
- Widget Logic,
- Yoast SEO. WPGlobus Plus premium add-on is required for multilingual focus keyword and SEO analysis.
Some 3rd-party plugins are supported with our premium add-ons:
- TablePress,
- WooCommerce and some of its extensions,
- WooCommerce Nets Netaxept Payment Plugin
Permalinks
IMPORTANT: WPGlobus will not work if your URLs look like example.com?p=123
or example.com/index.php/category/post/
.
Please go to Settings->Permalinks
and change the permalink structure to non-default and with no index.php
in it. If you are unable to do that for some reason, please talk to your hosting provider or systems administrator.
Note: WooCommerce adds their own section to the Permalinks. It is important to fill in all the information. For example, you need to specify your Shop Base, for example, /product/
. If you leave it blank, WooCommerce will try to translate the base (eg /produkt/
for German), which will result in a 404 error.
Developing on `localhost` or custom ports
WPGlobus may not work correctly on development servers having URLs like //localhost/mysite
or on custom ports like //myserver.dev:3000
. Please use a proper domain name (a fake one from /etc/hosts
is OK), and port 80.
More info and ways to contact the WPGlobus Development Team
- WPGlobus.com website.
- Open source code on GitHub.
Admin interface translations:
NOTE: Please do not translate anything using the WordPress interface! Join our translation team on Transifex or translate the POT file using POEdit
. Thank you!
-
de_DE
by Tobias Hopp ~ WPGlobus ist ein Paket von mehreren WordPress-Plugins, die Mglichkeiten zur bersetzung von Wordpress-Installationen bieten. -
es_ES
by FX Bnard and Patricia Casado ~ WPGlobus es una familia de plugins de WordPress que ayudan en la traduccin de blogs de WordPress. -
fr_FR
by FX Bnard ~ WPGlobus fait partie des extensions WordPress qui vous aident rendre les blogs et les sites WordPress multilingues. -
id_ID
by ChameleonJohn ~ WPGlobus adalah keluarga plugin WordPress yang membantu Anda dalam membuat blog dan situs WordPress multibahasa. -
pl_PL
by Maciej Gryniuk ~ WPGlobus jest rodzin wtyczek do WordPress'a pomocnych w tworzeniu wielojzycznych blogw i stron na WordPress'ie. -
ro_RO
by Rodica-Elena Andronache ~ WPGlobus este o familie de plugin-uri WordPress ce te asist n realizarea de bloguri i site-uri WordPress multilingve. -
ru_RU
by The WPGlobus Team ~ WPGlobus - -
sv_SE
by Elger Lindgren ~ WPGlobus r en familj av WordPress-tillgg som hjlper dig att gra flersprkiga Wordpressbloggar och webbplatser. -
tr_TR
by Borahan Conkeroglu ~ WPGlobus WordPress bloglarn ve sitelerini okdilli yapmakta size yardm eden bir WordPress eklentileri ailesidir. -
uk
by Pavlo Novak and Jack Willson ~ "WPGlobus - ."
Releases (170 )
Version | Release Date | Change Log |
---|---|---|
2.10.6 | 2022-11-18 |
|
2.10.5 | 2022-10-30 |
|
2.10.4 | 2022-09-06 |
|
2.10.3 | 2022-08-09 |
|
2.10.2 | 2022-07-28 |
|
2.10.1 | 2022-07-14 |
|
2.10.0 | 2022-06-19 |
|
2.8.11 | 2022-01-08 |
|
2.8.10 | 2021-12-28 |
|
2.8.9 | 2021-12-22 |
|
2.8.8 | 2021-11-19 | = 2.0.0 = WPGlobus Version 2 supports WordPress 5.x, with Gutenberg. |
2.8.6 | 2021-11-06 |
|
2.8.5 | 2021-10-31 |
|
2.8.4 | 2021-10-15 |
|
2.8.3 | 2021-09-27 |
|
2.8.2 | 2021-09-03 |
|
2.8.1 | 2021-07-26 |
|
2.8.0 | 2021-07-18 |
|
2.7.14 | 2021-07-14 |
|
2.7.13 | 2021-07-12 |
|
2.7.12 | 2021-07-10 |
|
2.7.11 | 2021-07-07 |
|
2.7.10 | 2021-06-27 |
|
2.7.9 | 2021-06-25 |
|
2.7.8 | 2021-06-22 |
|
2.7.7 | 2021-06-18 |
|
2.7.6 | 2021-06-09 |
|
2.7.5 | 2021-06-04 |
|
2.7.4 | 2021-06-03 |
|
2.7.3 | 2021-04-20 |
|
2.7.2 | 2021-04-16 |
|
2.7.1 | 2021-04-03 |
|
2.7.0 | 2021-04-02 |
|
2.6.8 | 2021-03-09 |
|
2.6.7 | 2021-03-06 |
|
2.6.6 | 2021-03-03 |
|
2.6.5 | 2021-02-06 |
|
2.6.4 | 2021-02-05 |
|
2.6.3 | 2021-01-31 |
|
2.6.2 | 2021-01-28 |
|
2.6.1 | 2021-01-25 |
|
2.6.0 | 2020-12-22 |
|
2.5.23 | 2020-12-09 |
|
2.5.22 | 2020-12-02 |
|
2.5.21 | 2020-12-01 |
|
2.5.20 | 2020-11-22 |
|
2.5.19 | 2020-11-20 |
|
2.5.18 | 2020-11-19 |
|
2.5.17 | 2020-11-15 |
|
2.5.16 | 2020-11-01 |
|
2.5.15 | 2020-10-27 |
|
2.5.14 | 2020-10-14 |
|
2.5.13 | 2020-10-06 |
|
2.5.12 | 2020-10-04 |
|
2.5.11 | 2020-10-01 |
|
2.5.10 | 2020-09-30 |
|
2.5.9 | 2020-09-29 |
|
2.5.8 | 2020-09-28 |
|
2.5.7 | 2020-09-26 |
|
2.5.6 | 2020-09-24 |
|
2.5.5 | 2020-09-22 |
|
2.5.4 | 2020-09-21 |
|
2.5.3 | 2020-09-13 |
|
2.5.2 | 2020-08-25 |
|
2.5.1 | 2020-08-20 |
|
2.5.0 | 2020-08-18 |
|
2.4.17 | 2020-08-02 |
|
2.4.16 | 2020-07-30 |
|
2.4.15 | 2020-07-27 |
|
2.4.14 | 2020-07-09 |
|
2.4.13 | 2020-07-03 |
|
2.4.12 | 2020-07-02 |
|
2.4.11 | 2020-06-29 |
|
2.4.10 | 2020-06-15 |
|
2.4.9 | 2020-06-03 |
|
2.4.8 | 2020-05-20 |
|
2.4.7 | 2020-05-14 |
|
2.4.6 | 2020-05-12 |
|
2.4.5 | 2020-05-07 |
|
2.4.4 | 2020-05-07 | = 2.0.0 = WPGlobus Version 2 supports WordPress 5.x, with Gutenberg. |
2.4.3 | 2020-05-06 |
|
2.4.2 | 2020-04-29 | = 2.0.0 = WPGlobus Version 2 supports WordPress 5.x, with Gutenberg. |
2.4.1 | 2020-04-26 |
|
2.4.0 | 2020-04-25 |
|
2.3.12 | 2020-04-11 |
|
2.3.11 | 2020-04-07 |
|
2.3.10 | 2020-04-03 |
|
2.3.9 | 2020-04-02 |
|
2.3.8 | 2020-04-01 |
|
2.3.7 | 2020-03-25 |
|
2.3.6 | 2020-03-04 |
|
2.3.5 | 2020-03-02 |
|
2.3.4 | 2020-02-29 |
|
2.3.3 | 2020-02-27 | Added: (Builders/Elementor) handle multiple file names. |
2.3.2 | 2020-02-15 |
|
2.3.1 | 2020-02-13 |
|
2.3.0 | 2020-02-04 |
|
2.2.35 | 2020-02-01 |
|
2.2.34 | 2020-01-18 | Fixed: (Core/Builders) Incorrect behavior with empty |
2.2.33 | 2020-01-17 |
|
2.2.32 | 2020-01-11 |
|
2.2.31 | 2020-01-09 |
|
2.2.30 | 2020-01-08 |
|
2.2.29 | 2019-12-25 |
|
2.2.28 | 2019-12-03 |
|
2.2.27 | 2019-11-14 |
|
2.2.26 | 2019-11-11 |
|
2.2.25 | 2019-11-09 |
|
2.2.24 | 2019-11-08 |
|
2.2.23 | 2019-11-06 |
|
2.2.22 | 2019-10-31 |
|
2.2.21 | 2019-10-29 |
|
2.2.20 | 2019-10-17 |
|
2.2.16 | 2019-10-02 | 2019-10-02 - version 2.2.16
* Added: (Vendor/Yoast) Filters for |
2.2.15 | 2019-09-18 | = 2.0.0 = WPGlobus Version 2 supports WordPress 5.x, with Gutenberg. |
2.2.14 | 2019-09-10 |
|
2.2.13 | 2019-08-12 |
|
2.2.12 | 2019-08-06 |
|
2.2.11 | 2019-08-06 |
|
2.2.10 | 2019-06-08 |
|
2.2.9 | 2019-06-04 |
|
2.2.8 | 2019-06-03 |
|
2.2.7 | 2019-06-02 |
|
2.2.6 | 2019-05-31 |
|
2.2.5 | 2019-05-27 |
|
2.2.4 | 2019-05-25 |
|
2.2.3 | 2019-05-24 |
|
2.2.2 | 2019-05-15 |
|
2.2.1 | 2019-05-14 |
|
2.2.0 | 2019-05-12 |
|
2.1.15 | 2019-05-04 |
|
2.1.14 | 2019-04-30 |
|
2.1.13 | 2019-04-19 |
|
2.1.12 | 2019-04-06 |
|
2.1.11 | 2019-03-09 |
|
2.1.10 | 2019-02-23 |
|
2.1.9 | 2019-02-16 |
|
2.1.8 | 2019-02-12 |
|
2.1.7 | 2019-02-09 |
|
2.1.6 | 2019-01-15 |
|
2.1.5 | 2019-01-08 |
|
2.1.4 | 2019-01-06 |
|
2.1.3 | 2019-01-04 |
|
2.1.2 | 2018-12-24 |
|
2.1.1 | 2018-12-15 |
|
2.1.0 | 2018-12-12 |
|
2.0.1 | 2018-12-07 |
|
2.0.0 | 2018-12-07 | WPGlobus Version 2 supports WordPress 5. = |
1.9.30 | 2018-11-20 |
|
1.9.29 | 2018-11-18 |
|
1.9.28 | 2018-11-17 |
|
1.9.27 | 2018-11-15 |
|
1.9.26 | 2018-11-07 |
|
1.9.25 | 2018-11-07 |
|
1.9.24 | 2018-11-04 |
|
1.9.23 | 2018-11-01 |
|
1.9.22 | 2018-10-30 |
|
1.9.21 | 2018-10-28 |
|
1.9.20 | 2018-10-25 |
|
1.9.19 | 2018-10-23 |
|
1.9.18 | 2018-10-23 |
|
1.9.17 | 2018-10-21 | This maintenance release introduces Gutenberg support in beta-stage. = |
1.9.16 | 2018-06-20 |
|
1.9.15 | 2018-05-03 | Please make sure your website's PHP version is at least 5.4. = |
1.9.14 | 2018-04-22 |
|
1.9.13 | 2018-04-07 |
|
1.9.12 | 2018-04-01 |
|
1.9.11 | 2018-03-23 |
|
1.9.10 | 2018-03-16 | Note that the new WPGlobus Options panel will work with the modern browsers only! = |
1.9.9 | 2018-02-17 |
|