智能摘要 DeepSeek
该问题主要因谷歌字体和头像加载问题导致,具体解决方案如下: 1. 禁止加载谷歌字体:在`functions_suxingme.php`或`add.php`中添加以下代码: ```php add_filter( 'gettext_with_context', 'disable_open_sans', 888, 4 ); function disable_open_sans( $translations, $text, $context, $domain ) { if ( 'Open Sans font: on or off' == $context && 'on' == $text ) { $translations = 'off'; } return $translations; } ``` 2. 解决头像问题:在`functions.php`中