更改网站默认语言(WordPress)

在wordpress中, 当我将默认网站语言更改为意大利语时, 我的管理面板也更改为意大利语, 我如何为网站访问者设置两种默认语言, 为管理员设置另一种默认语言?


#1


将其粘贴到主题的functions.php文件中(假设你需要美国英语):

function english_admin( $locale ) {
if ( is_admin() ) {
    return 'en_US';
}
return $locale;
}
add_filter( 'locale', 'english_admin' );

来源:

https://www.srcmini02.com/62899.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_42077.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?