ACF Multilingual
An experimental plugin for building multilingual websites using WordPress and Advanced Custom Fields π
β
2stars
6composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/hirasso/acf-multilingual/archive/refs/heads/main.zipAlso on Packagist as hirasso/acf-multilingual:
composer require hirasso/acf-multilingualDeclares an update source (hirasso/acf-multilingual), so updates arrive through the plugin's own updater.
From the readme
ACF Multilingual
An experimental plugin for building multilingual websites using WordPress and Advanced Custom Fields π
Limitations
Does NOT integrate with plugins that add additional fields to the WordPress Admin, like e.g. Yoast SEO. Works best with fully customized pure WordPress/ACF setups.
Why did I make this public?
I made this public in the hopes to make it more sustainable and fail-proof. You will probably not want to use this plugin in big corporate projects, just yet (or ever). Use it for a personal website or the likes and report bugs and problems.
Usage
Installation
Via Composer (recommended):
1. Install the plugin:
1. Activate the plugin manually or using WP CLI:
Manually:
1. Download and extract the plugin from the latest release
2. Copy the acf-multilingual folder into your wp-content/plugins folder
3. Activate the plugin via the plugins admin page β Done!
4. Handle updates via afragen/git-updater
Setup
Add as many languages as you like. The languages will be injected into the URL, like this:
Put a file acfml.config.json in your theme root, for example with these contents:
This config will make:
- English the default language
- Deutsch the second lan
Read the full README on GitHub β