2. 将其添加到您的functions.php:
//add a class to body based on the language
function custom_body_class($classes) {
// Check if the URL contains '/en/'
if (strpos($_SERVER['REQUEST_URI'], '/en/') !== false) {
// Add 'english' to the body class array
$classes[] = 'english';
} else {
// Add 'french' to the body class array if '/en/' is not found
$classes[] = 'french';
}
return $classes;
}
add_filter('body_class', 'custom_body_class');
3. 添加此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. 接着, 选择性地显示一个元素, 您所要做的就是将其中一个类别添加到要隐藏的元素中:
"not-on-english"
or
"not-on-french"
奥弗喜 & 转置,
生日快乐!
谢谢您免费提供此信息, 很棒的插件. 它确实帮助我的网站增长并扩大了观众的影响.
非常感谢!!
谢谢你的客气话
很棒的插件, 没想到会有更新.
谢谢您的慷慨和自由, 与其他付费插件相比,插件的某些功能更好.
我几乎尝试了其他所有插件, 免费和高级. Transposh是最好的, 没有什么. 谢谢, 奥弗, 以保持它的活力. 很好看你还可以. 分享好东西是一种解脱, 特别是在这些艰难而暴力的时期. 感觉像是对人类的希望. 所以这是我的小卵石.
与 [tpe lang ="在" 仅="和"] 要么 [tpe mylang lang='fr,en'] 短代码方法, 并不总是有效, 这是最好的, 最简单, 以及最有力地显示每个语言内容的内容的方法:
1. 转置 > 设置 > 一般设置 > tick重写URL (前任 (http://transposh/en))
2. 将其添加到您的functions.php:
//add a class to body based on the language
function custom_body_class($classes) {
// Check if the URL contains '/en/'
if (strpos($_SERVER['REQUEST_URI'], '/en/') !== false) {
// Add 'english' to the body class array
$classes[] = 'english';
} else {
// Add 'french' to the body class array if '/en/' is not found
$classes[] = 'french';
}
return $classes;
}
add_filter('body_class', 'custom_body_class');
3. 添加此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. 接着, 选择性地显示一个元素, 您所要做的就是将其中一个类别添加到要隐藏的元素中:
"not-on-english"
or
"not-on-french"
千载难逢的转移和愿人类继续互相理解 !
嗨,生日快乐!
下一个星期日将是我的 …
您介意告诉我Neve主题是否与Transposh兼容?
我的插件已由我的工厂托管建议,谢谢!
干杯
安东尼拉
谢谢, 祝你生日快乐,
关于Neve, 我不知道, 我只建议尝试, 最坏的情况 – 卸载我们的插件.
好运
安装最新版本后, 语言按钮 “语言” 标签保持空. 没有标志, 语言文字.
我卸载并重新安装了, 无济于事.
我还有一个 1.0.9.3 版本并安装了. 效果很好!
我是唯一的?
kr,
安东
你好,
最好的方法是在github上的错误报告, 或发送直接消息通过联系我们表格支持,
语言按钮有变化, 但是他们应该加载 (几乎每个人都可以装载). 您是否尝试使用其他浏览器?