plugin-icon

Multilify

Door kadirerman·
Powerful multilingual content management for WordPress with custom slugs and SEO optimization.
Versie
1.0.3
Laatst bijgewerkt
Jun 28, 2026

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 unique URLs for each language version
  • SEO Optimized – Built-in support for multilingual SEO best practices
  • Performance First – Advanced caching system for fast page loads
  • Database Indexed – Optimized database queries for better performance
  • Visual Editor – Translate content using familiar WordPress editor
  • Language Switcher – Built-in switcher with flag-only or flag + name display
  • Editable Languages – Edit a language’s name and flag anytime from the admin
  • Optional Names – Leave the name empty to fall back to the language code
  • Shortcode & Template Tag – Drop the switcher anywhere with [multilify_switcher]
  • Auto Detection – Automatic browser language detection
  • Developer Friendly – Clean code with hooks and filters

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 support for better performance
  • Transient API for optimized rewrite rule flushing
  • Custom hooks and filters
  • Clean, documented code
  • PSR standards compliant

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

Contributing

Multilify is open source! Contribute on GitHub.

Gratisvoor betaalde abonnementen
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Getest tot
WordPress 6.9.4
Deze plugin kan worden gedownload, zodat je hem op je kan gebruiken.