
WordPress相关
数量: 254 篇
wordpress错误日志出现Catchable fatal error: Object of class WP_Error could not be converted to string的解决办法
最近查看wordpress的错误日志时发现有这样的提示:Catchable fatal error: Obje...
Use of undefined constant ture – assumed ‘ture’ (this will throw an Error in a future version of PHP) in
wordpress报错,不识别 true,将true加引号即可~ $Pic2436 = get_post_me...
WordPress mb_strimwidth()问题
wordpress 经常要用到 wordpress 的内置函数 mb_strimwidth(),截取字符串,但...
Simple Local Avatars插件集成到主题,并修改头像存放目录
Simple Local Avatars 是英文的,只有一个主文件 simple-local-avatars....
服务器反爬虫攻略:Apache/Nginx/PHP禁止某些User Agent抓取网站
我们都知道网络上的爬虫非常多,有对网站收录有益的,比如百度蜘蛛(Baiduspider),也有不但不遵守 ro...



wp rest API获取文章页数及文章总数
今天在处理文章数据加载时候出现无法判断最大页码,于是google到的一些答案。 The WP Rest API...
