Gravatar By duncan21Posted on 2021 年 3 月 19 日2021 年 3 月 19 日Posted in wordpressTagged avatar, gravatarNo Comments on Gravatar avatar 2009年的3D大片《阿凡达》让很多人熟悉了“”avatar这个单词,其实avatar在网络中也有“头像”之意,但并不是非常传统正式的用法,可以认为是词汇的词义延伸。 著名“[……] 阅读全文 Read More
[转]Redis Object Caching及如何使用 By duncan21Posted on 2021 年 3 月 15 日2023 年 7 月 21 日Posted in wordpressTagged Caching, Object, redisNo Comments on [转]Redis Object Caching及如何使用 [……] 阅读全文 Read More
记录一次wp升级出现的无法登陆后台的问题 By duncan21Posted on 2021 年 3 月 11 日Posted in wordpressNo Comments on 记录一次wp升级出现的无法登陆后台的问题 昨天早上,登陆网站后台,发现wp有了最新的V5.7,直接点击了升级,但是马上悲剧了,突然发现后台无法登陆了,当时就估计是All In One WP Security & Firewall这个插[……] 阅读全文 Read More
WordPress修改编辑器默认宽度方法 By duncan21Posted on 2021 年 3 月 7 日Posted in wordpressTagged width, 宽度No Comments on WordPress修改编辑器默认宽度方法 环境要求: wp-5.6.2版本 方法一:代码调整编辑器宽度 将下面的代码添加到主题的 functions.php 文件,修改前一定要记得备份文件 function custom_admi[......]阅读全文 Read More
curl: (77) Problem with the SSL CA cert (path? access rights?) By duncan21Posted on 2017 年 4 月 6 日2017 年 4 月 6 日Posted in Linux, wordpressTagged curlNo Comments on curl: (77) Problem with the SSL CA cert (path? access rights?) 今天遇到了一个问题,在打开wp的后台的时候发现新闻无法正常显示,提示一下错误: curl: (77) Problem with the SSL CA cert (path? access right[……] 阅读全文 Read More
为WordPress后台登录添加验证码 By duncan21Posted on 2016 年 7 月 5 日2016 年 7 月 7 日Posted in wordpress 为了防止,网站的后台登录界面被暴力破解,特意在后台登录的界面添加一个验证码的功能,以提高网站的安全性 添加以下代码至functions.php中的结尾处: [codesyntax lang=”ph[……] 阅读全文 Read More
[转]wordpress 打开卡在1.gravatar.com By duncan21Posted on 2015 年 4 月 24 日Posted in wordpressTagged gravatar grevatar.com打不开,涉及到加载头像的地方都会变慢。 可以使用https的头像链接代替http链接 官方Gravatar头[……] 阅读全文 Read More
实现wp后台登陆页面强制使用https By duncan21Posted on 2015 年 3 月 25 日2015 年 5 月 23 日Posted in wordpressTagged https 网站后台的重要性是不言而喻的,所以有必要做好后台的保护措施。今天我要使用https来给后台登陆界面加把锁。因为后台是给自个的用的,所以我用自签证书就可以满足需求了。 环境准备:[……] 阅读全文 Read More