标签: 模版
thumbnail

让 WordPress 支持 WebP 格式图片

WordPress 默认不支持 WebP 格式图片上传,将下面代码添加到当前主题函数模板 functions.php 中,即可解决上传问题。 function webp_filter_mime_types( $arra……
thumbnail

WP 统计插件——WP Statistics 安装及汉化

一、下载汉化包 使用时看到网上的文章很多错误,因此自己记录下来 首先,到官方的汉化页面下载最新的 po,mo 文件 链接:https://translate.wordpress.org/proje……