Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.1 KB

README.md

File metadata and controls

31 lines (24 loc) · 2.1 KB

Multisite Language Switcher

A simple but powerful plugin that will help you to manage the relations of posts, pages, custom post types, categories, tags and custom taxonomies in your multilingual multisite-installation.

The plugin is using the flag-icons from FamFamFam. Thanks to Mark James for his great work. In addition, I would like to thank Jürgen Mayer for making the banner of this plugin.

Translators

If you have created your own language pack, or have an update of an existing one, you can send me your gettext PO and MO so that I can bundle it into the Multisite Language Switcher. You can download the latest POT file from here.

Installation

  • download the plugin
  • uncompress it with your preferred unzip programme
  • copy the entire directory in your plugin directory of your wordpress blog (/wp-content/plugins)
  • activate the plugin in your plugin page
  • set some configuration in Options -> Multisite Language Switcher
  • set the relations of your pages and posts in Posts -> Edit or Page -> Edit and custom post types, categories and tags as well
  • now you can use the widget and/or the content_filter which displays a hint if a translation is available
  • optionally you can use a line like <?php if ( function_exists( 'the_msls' ) ) the_msls(); ?> directly in your theme-files