追思与希冀:本站置灰3天(附WP整站置灰方法)

itlao6 原创 前端评论583字数 311阅读1分2秒阅读模式

追思与希冀:本站置灰3天(附WP整站置灰方法)

在这个特殊的日子里,不多说,本站置灰3天,另附wp站点置灰方法:文章源自IT老刘-https://itlao6.com/1900.html

function hui_head_css() {
    $styles = "";
        $styles .= "html{overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}";
    if ($styles) {
        echo "<style>" . $styles . "</style>";
    }
}
add_action("wp_head", "hui_head_css");

上述代码拷贝到wp主题的functions.php中即可。文章源自IT老刘-https://itlao6.com/1900.html 文章源自IT老刘-https://itlao6.com/1900.html

weinxin
我的微信公众号
微信扫一扫关注公众号,不定时更新
itlao6
  • 本文由 发表于 2020年 4月 4日 17:46:05
  • 转载请务必保留本文链接:https://itlao6.com/1900.html
评论  0  访客  0
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定