Multiple themes (Language)
-
hi, so I’ve been stuck with this problem for a long time now, maybe any of you guys can help me:
I’m making a website with wordpress for real estate, I already have the same one (https://www.alanyapropertyfinder.com)
This website works with a nice theme that I want to use for my new website, the problem is that I want it in multiple languages, the theme has a language.php file that contains:
<?php
///header.php///
define(‘WELCOME_TEXT’,__(‘Welcome’));
define(‘HOME_TEXT’,__(‘Home’));
define(‘SIGN_IN_TEXT’,__(‘Sign In’));So I think the most easy way to do it is just make a index page with language selection and that selection goes to my website with for example the theme in dutch or the theme in English …
What I don’t know is how to make such a index page and how to make wordpress choose the selected theme, I could really use some help with this !
Thanx !
- The topic ‘Multiple themes (Language)’ is closed to new replies.