You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+9-14
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,26 @@ A simple, powerful and easy to use plugin that will help you to manage multiling
14
14
15
15
== Description ==
16
16
17
-
A simple, powerful and easy to use plugin that will add multilingual support to a WordPress [multisite](https://wordpress.org/documentation/article/create-a-network/)
18
-
installation, i.e. multiple subdomains or folders (if you need to set up multiple sites across multiple domains, you'll also want to use the [WordPress MU
19
-
Domain Mapping](http://wordpress.org/plugins/wordpress-mu-domain-mapping/) plugin as well - as long as the domains are all hosted on the same server.).
17
+
A simple, powerful, and user-friendly plugin that adds multilingual support to your [WordPress multisite](https://wordpress.org/documentation/article/create-a-network/) installation, whether using multiple subdomains or folders. Multisite Language Switcher allows you to effortlessly manage translations for posts, pages, custom post types, categories, tags, and custom taxonomies.
20
18
21
-
The Multisite Language Switcher enables you to manage translations of posts, pages, custom post types, categories, tags and custom taxonomies.
22
-
23
-
The plugin uses flag-icons from [FamFamFam](http://famfamfam.com). Thanks to Mark James for his great work. In addition I would like to thank [Jürgen Mayer](
24
-
https://creativpin.com) for creating the plugin's banner.
19
+
The plugin uses flag-icons from [FamFamFam](http://famfamfam.com). Thanks to Mark James for his great work. In addition, I would like to thank [Jürgen Mayer](https://creativpin.com) for creating the plugin's banner.
25
20
26
21
Please, don't forget to [rate this plugin](https://wordpress.org/support/plugin/multisite-language-switcher/reviews/)! :-)
27
22
28
23
== Installation ==
29
24
30
-
* Download the plugin and uncompress it with your preferred unzip programme
31
-
* Copy the entire directory in your plugin directory of your WordPress blog (/wp-content/plugins)
32
-
* Activate the plugin in your plugin administration page (by the network administrator on all the blogs or by the root blog administrator for each particular blog).
33
-
* You need to activate the plugin once in each blog, set the configuration in Settings -> Multisite Language Switcher
25
+
* Use the WordPress admin to install the plugin from there or
26
+
* download the plugin and uncompress it with your preferred unzip programme and copy the entire directory in your plugin directory of your WordPress blog (/wp-content/plugins)
27
+
* Activate the plugin in your plugin administration page (by the network administrator on all the blogs or by the blog administrator for each particular blog).
28
+
* You need to activate the plugin once in each blog, by setting the configuration in `Settings` -> `Multisite Language Switcher`
34
29
35
30
Now you can:
36
31
37
-
* connect your translated pages and posts in Posts -> Edit or Page -> Edit
38
-
* connect your translated categories and tags in Posts -> Categories or Post -> Tags
32
+
* connect your translated pages and posts in `Posts` -> `Edit` or `Page` -> `Edit`
33
+
* connect your translated categories and tags in `Posts` -> `Categories` or `Post` -> `Tags`
39
34
* connect your Custom Post Types and Custom Taxonomies across languages
40
35
* use the widget, the Gutenberg block, the shortcode [sc_msls] and/or a content_filter which displays a hint to the user if a translation is available
41
-
* find also a shortcode for the widget [sc_msls_widget]
36
+
* you can find also a shortcode for the widget [sc_msls_widget]
42
37
* optionally you can place the code `<?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>` directly in your theme files
43
38
44
39
Review the [Multisite Language Switcher Website](http://msls.co/) for more information.
0 commit comments