Title: Multilingual Polylang
Author: Aptivate
Published: <strong>May 17, 2017</strong>
Last modified: May 17, 2017

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/multilingual-polylang.svg)

# Multilingual Polylang

 By [Aptivate](https://profiles.wordpress.org/aptivate/)

[Download](https://downloads.wordpress.org/plugin/multilingual-polylang.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/multilingual-polylang/#description)
 * [Reviews](https://wordpress.org/plugins/multilingual-polylang/#reviews)
 *  [Installation](https://wordpress.org/plugins/multilingual-polylang/#installation)
 * [Development](https://wordpress.org/plugins/multilingual-polylang/#developers)

 [Support](https://wordpress.org/support/plugin/multilingual-polylang/)

## Description

This plugin, which requires [polylang](https://wordpress.org/plugins/polylang/)

provides the means to include posts that have no translation in the current language
on pages of posts.

#### Usage

Multilingual Polylang provides two public functions:

The function `MultilingualPolylang::get_query()` returns a `WP_Query` object with
posts from
 all languages but where there is a translated post, only the post in
the current language will be included

The function `MultilingualPolylang::get_permalink()` can be used as a drop-in replacement
to
 get_permalink(). This will replace the language in a post URL so that a post
can be viewed in a language different to that of the rest of the interface.

[Follow this project on GitHub](https://github.com/aptivate/multilingual-polylang)

### Development

This plugin uses [wp-cli](http://wp-cli.org/) and [PHPUnit](https://phpunit.de/)
for testing.

#### Download the source code from GitHub

    ```
    $ git clone git@github.com:aptivate/multilingual-polylang.git
    ```

#### Install wp-cli

If not already present, install [wp-cli](http://wp-cli.org/#install)

#### Install PHPUnit

If not already present, install [PHPUnit](https://phpunit.de/)

#### Install the test WordPress environment

    ```
    $ cd multilingual-polylang
    $ bash bin/install-wp-tests.sh test_db_name db_user 'db_password' db_host version
    ```

where:

 *  `test_db_name` is the name of your **temporary** test WordPress database
 *  `db_user` is the database user name
 *  `db_password` is the password
 *  `db_host` is the database host (eg `localhost`)
 *  `version` is the version of WordPress (eg `4.7.5` or `latest`)

#### Run the tests

From the plugin directory:

    ```
    $ phpunit
    ```

## Installation

 1. Upload the plugin to the `/wp-content/plugins/` directory.
 2. Activate it through the **Plugins** menu in WordPress.

## FAQ

  Installation Instructions

 1. Upload the plugin to the `/wp-content/plugins/` directory.
 2. Activate it through the **Plugins** menu in WordPress.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Multilingual Polylang” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Aptivate ](https://profiles.wordpress.org/aptivate/)

[Translate “Multilingual Polylang” into your language.](https://translate.wordpress.org/projects/wp-plugins/multilingual-polylang)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/multilingual-polylang/),
check out the [SVN repository](https://plugins.svn.wordpress.org/multilingual-polylang/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/multilingual-polylang/)
by [RSS](https://plugins.trac.wordpress.org/log/multilingual-polylang/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Documentation changes only

#### 1.0.0

 * First version

## Meta

 *  Version **1.0.1**
 *  Last updated **9 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.7.33**
 * Tags
 * [bilingual](https://wordpress.org/plugins/tags/bilingual/)[multilingual](https://wordpress.org/plugins/tags/multilingual/)
   [polylang](https://wordpress.org/plugins/tags/polylang/)[translate](https://wordpress.org/plugins/tags/translate/)
   [translation](https://wordpress.org/plugins/tags/translation/)
 *  [Advanced View](https://wordpress.org/plugins/multilingual-polylang/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/multilingual-polylang/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/multilingual-polylang/reviews/)

## Contributors

 *   [ Aptivate ](https://profiles.wordpress.org/aptivate/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/multilingual-polylang/)