0
点赞
收藏
分享

微信扫一扫

WordPress主题安装与更新

sullay 2022-06-28 阅读 70

查看后台主题


现在是官方默认的三个主题


WordPress主题安装与更新_上传

上传zip或者tar的压缩包到服务器


上传的路径是wordpress吓得wp-content的themes文件夹下 /wordpress/wp-content/themes
打开xshell,我这里用的是国产开源的工具FinalShell


WordPress主题安装与更新_压缩包_02


上传压缩包


[root@rzk themes]# ls
CorePress.zip index.php twentytwenty twentytwentyone twentytwentytwo


解压,我这里使用zip格式: unzip -d 路径 压缩包名


[root@rzk themes]# unzip -d  /home/rzk/html/wordpress/wp-content/themes/ CorePress.zip


解压成功


[root@rzk themes]# ls
CorePress CorePress.zip index.php twentytwenty twentytwentyone twentytwentytwo


举报

相关推荐

0 条评论