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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,16 @@ Please, don't forget to [rate this plugin](https://wordpress.org/support/plugin/
25
25
* Use the WordPress admin to install the plugin from there or
26
26
* Download the plugin and uncompress it with your preferred unzip programme and copy the entire directory in the plugin directory of your WordPress blog (/wp-content/plugins)
27
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`
28
+
* After activation, configure the plugin once in each blog under `Settings` -> `Multisite Language Switcher`
29
29
30
30
Now you can:
31
31
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`
32
+
* Connect your translated pages and posts in `Posts` -> `Edit` or `Pages` -> `Edit`
33
+
* Connect your translated categories and tags in `Posts` -> `Categories` or `Posts` -> `Tags`
34
34
* connect your Custom Post Types and Custom Taxonomies across languages
35
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
36
36
* you can find also a shortcode for the widget [sc_msls_widget]
37
-
* optionally you can place the code `<?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>` directly in your theme files
37
+
* optionally you can place the code `<?php if ( function_exists( 'msls_the_switcher' ) ) msls_the_switcher(); ?>` directly in your theme files
38
38
39
39
Review the [Multisite Language Switcher Website](http://msls.co/) for more information.
0 commit comments