WordPress WP-Super Cache缓存无法开启
0x00.启用缓存功能无效即:设置→WP-Super Cache→启用缓存功能无效无法更新。 进入控制台,wp-config.php 添加: define('WP_CACHE',true);0x01.无法写入缓存文件...即提示:Could not rename temporary file to configuration file.... 进入控制台: su
Async
0x00.启用缓存功能无效即:设置→WP-Super Cache→启用缓存功能无效无法更新。 进入控制台,wp-config.php 添加: define('WP_CACHE',true);0x01.无法写入缓存文件...即提示:Could not rename temporary file to configuration file.... 进入控制台: su
0x00.Remove Category Base插件无需设置,安装完即可食用0x01.代码实现将下列代码复制至主题→编辑→functions.php add_action( 'load-themes.php', 'no_category_base_refresh_rules'); add_action('created_categor
0x00.在function.php中添加功能 //获取post_views function get_post_views ($post_id) { $count_key = 'views'; $count = get_post_meta($post_id, $count_key, true); if ($count == '') { delet
0x00.购买空间腾讯云服务器 阿里云服务器 1核 1GB 1M 的50G空间的基础服务器完全可以承载小型个人博客的流量。 设置服务器管理员密码,并向服务器安装Unbuntu镜像,登陆。0x01.安装Apache2 sudo apt-get install apache2 -y安装完成后可以通过访问服务器地址查看是否出现Apache2 Ubuntu Default Page并显示It works.
0x00.编辑php.ini编辑php.ini文件.(可能在 /etc/php.ini 或者 /etc/php.d/cgi/php.ini 或者 /usr/local/etc/php.ini) 我的php.ini在etc/php/7.0/apache2下 vi /etc/php/7.0/apache2/php.ini 0x01.修改max值 upload_max_filesize = 64M me