标签 wordpress 下的文章

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

Wordpress删除链接中的category

0x00.Remove Category Base插件无需设置,安装完即可食用0x01.代码实现将下列代码复制至主题→编辑→functions.php add_action( 'load-themes.php', 'no_category_base_refresh_rules'); add_action('created_categor

基于Ubuntu搭建Wordpress

0x00.购买空间腾讯云服务器 阿里云服务器 1核 1GB 1M 的50G空间的基础服务器完全可以承载小型个人博客的流量。 设置服务器管理员密码,并向服务器安装Unbuntu镜像,登陆。0x01.安装Apache2 sudo apt-get install apache2 -y安装完成后可以通过访问服务器地址查看是否出现Apache2 Ubuntu Default Page并显示It works.