WPML ia a multilingual WordPress Plugin. WPML makes it easy to build multilingual sites and run them. It’s powerful enough for corporate sites, yet simple for blogs.
0
votes
3answers
237 views
Manipulate Permalink
I'm using WPML to translate a website. The only major issue I have with WPML is that you cannot have a page in different languages with the same slug.
Therefore www.example.com/contact/ and ...
2
votes
2answers
990 views
Need to give custom page template for each language in WPML
I need to give each page a custom/different page template for every language page in WPML.
eg: Let i have a test page in English and french. Is there any way out so that in English i give sidebar ...
1
vote
1answer
405 views
WPML : how to determine manually the language in which a given page is displayed
Somewhere in my code I need to know what is the current language and display a certain custom field or another one based on this knowledge.
How can I know this information ?
0
votes
1answer
625 views
WPML : how to pick a featured image only once for different languages?
I've got 3 languages on my site. Picking the same featured image 3 times for the 3 versions of each article is boring. Is there any way to do it only once ? (same for picking a tag)
0
votes
1answer
495 views
How to create posts or pages with the names in wordpress?
When you develop a site on wordpress you may want to create posts/pages with the same name, something that wordpress does not allow by default.
Use cases:
example.com/en/contact
...
0
votes
1answer
584 views
WPML & CFT: keeping custom field file to translation
i got a wp site with the WPML plugin and the CFT plugin. I set up custom fields for posts and what i'm trying to do is to keep the content of an input type file from the original post to its ...
3
votes
1answer
142 views
What is better for wordpress performace?
I'm developing a website using the WPML plugin. And I would like to know which is the better option, or even the correct way to change classes or IDs between the languages.
Sample code:
<ul ...
1
vote
1answer
514 views
Translate database content using __($message) function
I've written a plugin that allows users to add information in the database. It runs well but I can't translate the information using WPML.
This is a simple example of the problem:
$message = 'test'; ...
0
votes
2answers
1k views
WPML taxonomies not translated
I'm using WPML for multi-language website. It works really well except for custom taxonomies.
In admin, I can only join foreign posts to foreign taxonomies (which is exactly what it should do) but on ...