Multilingual site with subdomains
-
So I’ve made a site with WordPress, and it’s structure is as follows:
mysite.tld/index.html -> a language selector page I made
en.mysite.tld -> the english version of the site
de.mysite.tld -> german translated version of the site (currently it’s just a subdomain with an empty folder)
fr.mysite.tld -> french translated version of the site (currently it’s just a subdomain with an empty folder)
static.mysite.tld -> a subdomain where I keep all the images and fonts and other miscellaneous stuffSo basically I already have the site made in english, but now I would want to translate everything to the other two languages. I was thinking I could do this by copying the english wordpress site/installation, and just hack away and translate, but this would imply I need to have multiple copies of the same items under /wp-content/ (I could move this folder to the static subdomain and point WordPress to the subdomain itself as a solution) which would be a bit wasteful, and also it would be a pain to have to manually add new posts and have to do the same posts under the other languages.
So is there a simple solution to make this work?
I’ve tried a few multilingual plugins, but none of them helped me achieve what I want, or I haven’t set them up properly to work as intended.
The topic ‘Multilingual site with subdomains’ is closed to new replies.