自定义 Wordpress Translatepress 语言切换菜单。
主题模板用的:
https://themeforest.net/item/optime-logistics-transportation-wordpress-theme/24380838
由于官方只兼容了WPML和自己的语言切换器,未兼容 Translatepress ,所以需要自己加上。
编辑主题文件,找到function.php 加入:
ref: https://translatepress.com/docs/developers/custom-language-switcher/
1 | function trpc_custom_language_switcher() |
打开 template-parts/header-layout.php 在判断语言菜单处加入:
1 | ... |