16 Роки тому сьогодні версія 0.0.1 плагіна для WordPress вийшов. Ця версія вирішує деякі проблеми сумісності PHP та видаляє деякий непотрібний код.
Я майже забув, як зробити випуск зараз, Тож якщо щось не працює. Будь ласка, дайте мені знати через “зв'яжіться з нами” сторінки.

Привіт Пропозиція & Transposh,
Happy Birthday to Transposh!
THANK YOU for offering this free, great plugin. It really has helped my website grow and widen the audience reach.
Велике спасибі!!
Thank you for your kind words
Чудовий плагін, didn’t expect there to be an update.
Thank you for your generosity and free, some of the features of your plugin are better compared to other paid plugins.
I’ve tried just about every other plugin out there, free and premium. Transposh is the best, bar none. Спасибі, Ofer, for keeping it alive. Good to read you’re ok. It’s a relief to have something good be shared, especially in these difficult and violent times. Feels like a spark of hope for humanity. So here is my little pebble.
As opposed to the [tpe lang="в" тільки ="і"] або [tpe mylang lang='fr,en'] shortcode methods, which don’t always work, here is the best, easiest, and most powerful way to show content selectively per language:
1. Transposh > налаштування > general settings > tick rewrite urls (пр (http://transposh/en))
2. Add this to your functions.php:
//add a class to body based on the language
function custom_body_class($класи) {
// Check if the URL contains ‘/en/’
якщо (StrPos($_SERVER[«REQUEST_URI»], ‘/en/’) !== false) {
// Add ‘english’ to the body class array
$класи[] = ‘english’;
} else {
// Add ‘french’ to the body class array if ‘/en/’ is not found
$класи[] = ‘french’;
}
return $classes;
}
add_filter(‘body_class’, ‘custom_body_class’);
3. Add this CSS:
/*hide french listing on english pages*/
body.english .not-on-french {
display: none;
}
/*hide english listing on french pages*/
body.french .not-on-english {
display: none;
}
4. Тоді, to show an element selectively, all you have to do is add one of these this classes to the elements you want to hide:
“not-on-english”
або
“not-on-french”
Long live Transposh and may humans continue understanding each other !
Hi and happy birthday!
Next sunday will be mine …
would you mind to tell me if Neve theme is compatible with Transposh?
Your plugin has been suggested by my fab hosting Thank you!
Ура
Antonella
Спасибі, and a happy birthday to you,
About Neve, Не знаю, I can only suggest trying, worst case – uninstall our plugin.
Удачі