Title: Multilify
Author: kadirerman
Published: <strong>18. november, 2025</strong>
Last modified: 24. august, 2026

---

Søg plugins

![](https://ps.w.org/multilify/assets/icon-256x256.png?rev=3397963)

# Multilify

 Af [kadirerman](https://profiles.wordpress.org/kadirerman/)

[Download](https://downloads.wordpress.org/plugin/multilify.1.2.0.zip)

 * [Detaljer](https://da.wordpress.org/plugins/multilify/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/multilify/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/multilify/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/multilify/#developers)

 [Support](https://wordpress.org/support/plugin/multilify/)

## Beskrivelse

**Multilify** is a lightweight yet powerful multilingual plugin for WordPress that
allows you to create and manage content in multiple languages with ease.

#### Key Features

 * **Unlimited Languages** – Add as many languages as you need
 * **Custom Slugs** – Set a different URL for every language, including nested pages
 * **hreflang Tags** – `rel="alternate"` tags in `<head>`, plus `x-default`, so 
   search engines index each language correctly
 * **Correct Page Language** – `<html lang>` and a `Content-Language` header follow
   the language being viewed
 * **Browser Language Detection** – First-time visitors land in the language their
   browser asks for; their own choice is remembered afterwards
 * **Translation Progress** – The settings page shows how many entries each language
   still needs
 * **Flag Picker** – Choose a flag from a grid instead of hunting for the emoji
 * **Performance First** – Object caching on the slug lookup, with an index to match
 * **Visual Editor** – Translate content using the familiar WordPress editor
 * **Language Switcher** – Built-in switcher with flag-only or flag + name display
 * **Any Post Type** – Posts and pages out of the box, anything else through the`
   multilify_post_types` filter
 * **Shortcode & Template Tag** – Drop the switcher anywhere with `[multilify_switcher]`
 * **Developer Friendly** – Filters for the post type list, the translated title
   and content, the flag choices and the locale

#### Perfect For

 * Blogs and magazines
 * Business websites
 * E-commerce stores (works with WooCommerce)
 * Portfolio sites
 * Any WordPress site that needs multilingual support

#### Why Choose Multilify?

Unlike bloated translation plugins, Multilify focuses on performance and simplicity:

 * **Lightweight** – No impact on your site speed
 * **Clean Database** – Efficient data storage with proper indexing
 * **No External Services** – All translations stored locally
 * **100% Free** – No premium features, no limitations
 * **Privacy Focused** – Your content stays on your server

#### How It Works

 1. Install and activate the plugin
 2. Add your languages from the Multilify settings page
 3. Edit any post or page to see translation meta boxes
 4. Enter translations for each language
 5. Add the language switcher to your theme

#### Developer Features

 * Object caching on the slug lookup, invalidated when a slug changes
 * Transient API for optimized rewrite rule flushing
 * Filters: `multilify_post_types`, `multilify_translated_title`, `multilify_translated_content`,`
   multilify_flag_choices`, `multilify_locale`, `multilify_enable_browser_detection`
 * Clean, documented code following the WordPress Coding Standards

#### Translating Content

When editing a post or page, you’ll see meta boxes for each active language where
you can:

 * Enter translated title
 * Add translated content using the WordPress editor
 * Set custom URL slugs for each language
 * All fields are optional – fallback to default language if not translated

#### Language Switcher

Add the language switcher to your theme using:

    ```
    <?php if ( function_exists( 'multilify_switcher' ) ) multilify_switcher(); ?>
    ```

Or use the shortcode: `[multilify_switcher]`

To show flags only (no language name):

    ```
    <?php if ( function_exists( 'multilify_switcher' ) ) multilify_switcher( array( 'show_name' => false ) ); ?>
    ```

Or with the shortcode:

    ```
    [multilify_switcher show_name="false"]
    ```

The language name is optional. If you leave it empty when adding a language, the
language code is used as a fallback. You can also edit a language’s name and flag
at any time from the Multilify settings page.

### Support

 * **Website:** [https://multilify.com](https://multilify.com)
 * **Support Forums:** [WordPress.org support forums](https://wordpress.org/support/plugin/multilify/)
 * **GitHub:** [github.com/kadirermantr/multilify](https://github.com/kadirermantr/multilify)

### Contributing

Multilify is open source! Contribute on [GitHub](https://github.com/kadirermantr/multilify).

## Installation

#### Automatic Installation

 1. Log in to your WordPress admin panel
 2. Navigate to Plugins > Add New
 3. Search for “Multilify”
 4. Click “Install Now” and then “Activate”

#### Manual Installation

 1. Download the plugin zip file
 2. Log in to your WordPress admin panel
 3. Navigate to Plugins > Add New > Upload Plugin
 4. Choose the zip file and click “Install Now”
 5. Activate the plugin

#### After Installation

 1. Go to Multilify in your WordPress admin menu
 2. Add your languages (e.g., English, Turkish, Spanish)
 3. Set your default language
 4. Start translating your content!

## FAQ

### Is Multilify free?

Yes! Multilify is 100% free with no premium version or hidden costs.

### How many languages can I add?

Unlimited! Add as many languages as your site needs.

### Does it work with page builders?

Multilify translates content that runs through the `the_content` filter, which covers
the block editor and the classic editor. Builders that render from their own stored
data, such as Elementor, bypass that filter, so their layouts are not translated.

### Will it slow down my site?

No! Multilify is built with performance in mind. It uses caching and database indexing
to ensure fast page loads.

### Can I use custom URLs for each language?

Yes! You can set custom slugs for each language version of your content.

### Does it support RTL languages?

Multilify sets `dir="rtl"` on the document when WordPress reports an RTL locale,
so an RTL theme renders correctly. It does not ship RTL stylesheets of its own; 
that is your theme’s job.

### Can I translate menus and widgets?

Currently, Multilify focuses on post and page content. Menu and widget translation
support is planned for future releases.

### Is it compatible with WooCommerce?

Translation panels appear on posts and pages by default. To add them to products,
or any other custom post type, use the `multilify_post_types` filter:

    ```
    add_filter( 'multilify_post_types', function ( $types ) { $types[] = 'product'; return $types; } );
    ```

This translates the product title and description. Prices, attributes and variations
are WooCommerce’s own data and are not covered.

### How do I get support?

You can get support through the WordPress.org support forums or by contacting us
directly.

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“Multilify” er open source-software. Følgende personer har bidraget til dette plugin.

Bidragsydere

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

[Oversæt “Multilify” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/multilify)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/multilify/), tjek [SVN repository](https://plugins.svn.wordpress.org/multilify/),
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/multilify/)
via [RSS](https://plugins.trac.wordpress.org/log/multilify/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 1.2.0

Added
 * Turkish, German and Spanish translations of the admin interface. WordPress
shows the plugin in its own language when the site runs in one of them, and falls
back to English otherwise. * Any other locale can be contributed at translate.wordpress.
org, from the translation template the plugin already ships

#### 1.1.0

Fixes
 * Language detection now works when WordPress is installed in a subdirectory;
the install path is no longer mistaken for a language code * `/{lang}/page/2/` and`/{
lang}/feed/` return content instead of a 404; paged entries, entry feeds and search
under a language prefix now route correctly * Child pages keep their parent path
in translated URLs, so `/{lang}/parent/child/` resolves instead of 404ing * The 
document title on the front page and on archives is no longer overwritten with a
post title from the loop * Translation panels no longer save on revisions or on 
post types they were never added to * Meta box fields no longer inherit the inline
editor’s layout, which shrank their labels and clipped their inputs

Added
 * `rel="alternate"` hreflang tags, including `x-default`, in `<head>` * `
<html lang>` and a `Content-Language` header that follow the language being viewed*
Browser language detection for first-time visitors, remembered per visitor and overridable
with the `multilify_enable_browser_detection` filter * Translation progress per 
language on the settings page * A flag picker in place of the free text emoji field*
Custom post type support through the `multilify_post_types` filter * Filters: `multilify_translated_title`,`
multilify_translated_content`, `multilify_flag_choices`, `multilify_locale`

Changed
 * Rebuilt the settings screen: language entries read as a list with their
code, name, default state and progress * Corrected readme claims that the code did
not support

#### 1.0.5

 * The default language no longer gets a URL prefix, so each post has a single canonical
   address
 * Added uninstall cleanup that removes plugin options, translation meta and the
   lookup index
 * Made the plugin translatable: interface strings now use the multilify text domain
   and a .pot template ships in /languages
 * The default language can no longer be deleted, and only an existing language 
   can be set as default
 * Language switcher is now a nav list with hreflang, aria-current and a screen-
   reader label when only flags are shown
 * Fixed the delete confirmation appearing twice
 * Added a LICENSE file (GPL v2)

#### 1.0.4

 * Tested up to WordPress 7.1
 * Verified compatibility with the always-iframed post editor introduced in WordPress
   7.1
 * Verified compatibility with the jQuery UI 1.14.2 update shipped in WordPress 
   7.1
 * No functional changes

#### 1.0.3

 * Added the ability to edit existing languages (name and flag) from the admin
 * Prevented adding a language with a code that already exists (shows an error)
 * Registered the [multilify_switcher] shortcode (supports show_name and show_flag)
 * Fixed a blank settings page after saving (form handling moved to admin_init so
   redirects work)
 * Fixed PHP warnings in the language switcher when a post object was unavailable
 * Tested up to WordPress 6.9

#### 1.0.2

 * Added flag-only language switcher support via show_name and show_flag arguments
 * Made the language name optional (falls back to the language code when left empty)
 * Fixed an empty/underlined language label appearing in the switcher

#### 1.0.1

 * Added plugin icon for WordPress.org directory
 * Added Plugin URI (https://multilify.vercel.app)
 * Updated support section with website and GitHub links

#### 1.0.0

 * Initial release
 * Unlimited language support
 * Custom slug functionality
 * Performance caching system
 * Database indexing
 * Language switcher
 * SEO optimization
 * Browser language detection
 * Admin interface
 * Translation meta boxes

## Meta

 *  Version **1.2.0**
 *  Senest opdateret **16 timer siden**
 *  Aktive installationer **Færre end 10**
 *  WordPress-version ** 5.8 eller højere **
 *  Testet op til **7.1**
 *  PHP-version ** 7.4 eller højere **
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/multilify/)
 * Tags
 * [i18n](https://da.wordpress.org/plugins/tags/i18n/)[language](https://da.wordpress.org/plugins/tags/language/)
   [localization](https://da.wordpress.org/plugins/tags/localization/)[multilingual](https://da.wordpress.org/plugins/tags/multilingual/)
   [translation](https://da.wordpress.org/plugins/tags/translation/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/multilify/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

[Din anmeldelse](https://wordpress.org/support/plugin/multilify/reviews/#new-post)

[Se alle anmeldelser](https://wordpress.org/support/plugin/multilify/reviews/)

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/multilify/)