Download the latest translation plugin TranslatePress (sold in Business version, better than Pro version).TranslatePress (TP for short) is our preferred translation plug-in, and is one of the few translation plug-ins we have found that can achieve automatic translation in China, with SEO effects and support for manual modification of translation results.
You can easily insert a language switcher in the menu bar or elsewhere, compatible with Elementor, and can set any content to show/hide only in certain languages in the ele edit screen ↓.English version of this siteAlso created using TranslatePress Business.
Business version features.
- Can translate into multiple languages, the free version can only translate into 2 languages.
- Ability to translate SEO Title, meta and other information to improve SEO results.
- Ability to use the automatic translation function of DeepL (domestic websites work properly).
- Automatic switching of the website to the appropriate language version according to the user's IP/browser language.
- Adding translation roles to allow more people to participate in translation.
- Configuring different menu items for different languages.
- To browse the translation effect with visitors groping, so that administrators can easily view and proofread the translation.
- Support for adding translation buttons to menus and short codes.
- The language switcher can be inserted into the navigation menu with one click, or added via short code.
You can pop up the language selection box according to the visitor's IP address and browser language, and let the visitor choose to enter the corresponding language page. You can also set up automatic access to the corresponding language page based on the visitor's IP address and browser language (without selecting the language first).
Click to viewDetailed comparison of TranslatePress and WPML, Polylang, Multilingual Press, Bablic, GTranslate plugins.
WPML ranks first, but the settings and translations are too complicated! Polylang has more manual translation than WPML and can be manually corrected, but the setup is complicated and not so easy to use.
Weglot is also good, but it does not support DeepL automatic translation, it is not available in China, and it is not as easy to use as TranslatePress. TP has the least impact on page speed and the fastest translation speed.
Comparison of loading speed of 4 popular translation plug-ins.Click for details.
Translation speed comparison of 4 popular translation plug-ins
What is GPL plugin
TranslatePress PremiumIt is a GPL licensed product and is safe and legal. Click to learn what isGPL AgreementClick to learnWordPress official website about GPL. Simply put using the GPL license plugin/theme source code open source sharing, can be legally free to change, use, distribution.
Plugin Security
Directly from foreign formal channels to buy, do not modify the source code. All plug-ins we use to build their own sites, used in a number of sites, safe, stable and reliable.
- ByVirustotal Antivirus Verification;.
- ByWordfenceSource code review.
- BySucuriSecurity antivirus scan.
TranslatePress update method/record
General new version out within 24 hours of this site will be updated, then please visit this page directly to download the new version of the installation package upload update, the product title will be written on the latest version number. Can only be updated by uploading the installation package, mind not to shoot, if you want to update online please support the original version to go to the official website of the plug-in to buy.
Click to view the update history of this plugin (Changelog)
TranslatePress Download Purchase Terms
This site plug-in purchased from foreign sites, the purchase price is4.99 USD/pcIt is valid for 2 years. Diamo's unified selling price is 19 RMB per unit, which is valid for life, and it takes great effort to create a tutorial on how to use it and also provides a manual question and answer service, which is definitely worth the money.
Plugins are for learning and research purposes only, virtual products are reproducible and no refunds will be given once sold, please move to Terms of Service for details. Please login before purchasing, after purchase refresh the page to get access to download TranslatePress Business.
Diamo for the purchase of users to provide after-sales service, plug-in use any questions please leave a message in the comments below, there will be answers to questions.
Installation / Activation Method
Install the base version first, clickDownload the basic free versionThen install the advanced version (the installation package purchased and downloaded from this site).
Installation method 1: Upload and install
Find and click on "Plugins" > "Install Plugins" in the left menu bar of the website background, then click on "Upload Plugin" in the upper left corner, upload the downloaded zip installation package and click on "Install Now", after installation, click"Enable Plugin"Complete the installation.
Installation method 2.FTP installation
Unzip the plug-in package, put the unzippedFoldersUpload it to the plugins directory (xxx.com/wp-content/plugins).
Find and click on "Plugins" > "Installed Plugins" in the left menu bar of the website background, find the plugin in the list of plugins, and click "Enable".
TranslatePress Tutorial & FAQ
Click to viewTranslatePress setup tutorial, including API registration, manual translation/correction.
If prompted with the following content, simply ignore it and all functions will work normally. Sometimes there is also a red circle1 prompt on the left side of the function bar, ignore it.
If you want to remove the above 2 hints, put the following code into the (child) theme's functions.php: Appearance > Theme Editor, select (child) theme in the upper right corner, click to open the functions.php file, add the following CSS at the end of the document, click Save Changes.
/* Add CSS to hide error hints */
function admin_mycss() {
echo '
.trp-notice.notice.error, span.update-plugins.trp-update-plugins{display:none!important;}
'; }
add_action('admin_head', 'admin_mycss');
Note: If you have already added the code in the green box in the figure below, you don't need to add it again this time (for example, the Rank math plugin also adds the code in the green box to hide error hints). Just copy and paste the code in the blue box into the green box. Save and refresh the page after the prompt disappears.
2- Manual translation interface will prompt the content of the following chart, does not affect the use of the function directly ignore it, if you want to remove the prompt according to the following steps. Note: Every time you update the free basic version to manually modify the code, only update the free version to, update the business version we purchased here without.
To remove the prompt: 1 - Click "Plugin File Editor".
2- Select "TranslatePress - Multilingual" in the picture below.
3- Tap "Select".
4- Click "includes" to expand the contents.
5- Click on "class-translation-manager.php".
6- PutprobablyDelete all the code in the red box below the position of line 245 and click That is. Note: Do not delete more or less code, see clearly the range of code to be deleted, a punctuation mark can not be more or less.
If you delete the wrong code to putFree Basic Versiondisable the TranslatePress - Multilingual plugin and then download the latestFree basic version installerUpload the overlay, install it, enable it, and you can restore the code without losing data.
$license_notice_content = '<p>' . $status_text . '</p><p>' . $instructions . '</p><p><a href="/en/' . esc_url($link) . '/" class="button-primary trp-license-notice-button" target="_blank">' . $button . '</a></p>';
Go to the translation screen to check that the prompt box has disappeared.