PYTHON存入json文件数据,文章内容保存为对应的文件
# -*- coding: utf-8 -*-
import json
import sys
reload(sys)
sys.setdefaultencoding("u...
admin
10个月前 (02-25) 82℃ 0评论
0喜欢
前几天迁移wordpress,发现安装插件的时候会提示需要填写ftp信息,很是麻烦,于是参考网上方法:
在wp-config.php中添加以下代码
define("FS_METHOD","direct");
define("FS_CH...
admin
1年前 (2018-07-12) 171℃ 0评论
0喜欢
要想实现WordPress绑定多个域名,并且都能度独立访问也不难。我们只需修改wp-config.php文件即可,在站点根目录找到“wp-config.php”文件,然后根据自己需要添加下面任意一段代码即可。
一、实现任意域名访问
说明:在...
admin
1年前 (2018-07-08) 150℃ 0评论
1喜欢
迁移wordpress站点时,发现文章列表页面缩略图无法显示,错误提示如下
A TimThumb error has occured
The following error(s) occured:
Could not create ...
admin
1年前 (2018-06-27) 180℃ 0评论
1喜欢
打开 wordpress目录下的wp-includes/functions.php
搜索'image/gif',在下一行加入 'webp' => 'image/webp'
转载请注明:朋克网 » wordpress允许上传...
admin
2年前 (2018-04-03) 237℃ 0评论
0喜欢