当前位置: 首页 > article >正文

【WordPress】如何更换自定义的主题

前言:

        家庭网络不适合个人建站,即使拿到运营商给的公网ip但也是封禁了80,443等端口

WordPress安装攻略

在逛知乎时发现了 crystal 推荐的几款WordPress模板,选了一款合适的,考虑部署在自己刚搭建好的WordPress服务上

部署

 首先访问下载地址 (GitHub)GitHub - seatonjiang/kratos: 📖 WordPress theme that focus on reading experience

WordPress theme that focus on reading experience

🚀 Quick start

  1. First download the theme's .zip file from the source file to your local computer.

  2. From your WordPress Administration area, head to Appearance > Themes and click Add New.

  3. The Add New theme screen has a new option, Upload Theme.

  4. The theme upload form is now open, click Choose File, select the theme zip file on your computer and click Install Now.

  5. The theme can now be activated from the administrator. Select the Appearance tab, then open the theme catalog, find the theme, and click the Activate link.

🤝 Contributing

We welcome all contributions. You can submit any ideas as pull requests or as issues, have a good time! :)

📃 License

The project is released under the GNU General Public License v3.0, see the LICENCE file for details.

这是作者给出的使用方式,简单来说就是:

先找到这边release的最新版本(以latest标签为准) ,然后下载zip格式文件

 选择第一个(zip)结尾的文件,如果你是其他用途,可以选择tar.gz(Linux常用的压缩格式),下载好后根据提示,打开WordPress管理界面

选择外观 ==>> 主题  

然后点击添加 ==>> 选择上传主题

 

 上传我们刚才在GitHub上下载的主题的压缩包文件

点击现在安装

等待安装成功即可使用 

注意!!

在更新主题前一定要确认自己的WordPress版本!! 刚才安装成功但在实际部署中报错,使用了未定义的函数报错,我们在使用第三方的主题时一定要确保自己的WordPress是最新版

再次重试后仍报错,新的错误,PHP版本太低🤡 

后话:

免费的东西是最贵的

http://www.lryc.cn/news/2414295.html

相关文章:

  • 物体识别
  • 动态发布站点的并发访问升级简易方案
  • java配置环境中jdk和jre
  • 强大的.NET反编译工具Reflector及插件
  • 亚马逊账户锁定无法登陆_如何保护您的亚马逊帐户
  • .NET面试题
  • SurfaceView、SurfaceHolder与Surface
  • 520了,教你如何制作自己的表白网站(附模板源码)
  • 【转】威胁建模的12种方法
  • 计算机网络基础技术:数据通信技术基本概念
  • 使用BULK INSERT高效导入大量数据到SQL Server数据库
  • 问题事件名称: APPCRASH(解决方法)
  • 分享86个jQuery特效,总有一款适合您
  • DFS概念介绍
  • 网络知识:电脑无线网连接不上问题汇总
  • 手把手教你提取WOW中的所有声音文件
  • Windows系统缺失wsock32.dll文件导致出现错误解决
  • NLP重要概念
  • 宽带的上行带宽和下行带宽是什么?
  • platform设备添加流程(转载)
  • libnet/libnids库函数介绍
  • STL算法 | std::max的使用方法总结,std::min 的使用方法与之相同。
  • 电脑缺失msvcr120.dll丢失的5种修复,轻松解决msvcr120.dll问题
  • win7怎么看电脑配置和型号参数
  • IIS错误:-2147467259 (0x80004005) 解决方法
  • AttributeSet api分析
  • 各国google网站
  • 【Linux篇】Linux操作系统各部分详解
  • 《炬丰科技-半导体工艺》准原子层蚀刻的硅氮化物
  • css 绝对定位元素居中