bmarshall511/hello_elementor_child

使用 Hello Elementor Child,一个 Hello Elementor 子主题,快速开始构建 WordPress 主题。

安装: 48

依赖: 0

推荐者: 0

安全: 0

星标: 3

关注者: 2

分支: 2

开放问题: 2

类型:wordpress-theme

dev-master 2021-10-12 19:54 UTC

This package is auto-updated.

Last update: 2024-09-13 02:33:07 UTC


README

使用 Hello Elementor Child,一个 Hello Elementor 的子主题,快速开始构建 WordPress 主题。

安装

通过 Composer 安装(推荐)

在 WordPress 项目根目录下运行

composer create-project bmarshall511/hello_elementor_child wp-content/themes/hello-elementor-child dev-master

手动安装

  1. 下载主题。
  2. hello-elementor-child 文件夹上传到 wp-content/themes/
  3. 下载 gulp-starter
  4. gulp-starter 文件夹上传到 hello-elementor-child 主题文件夹中,并将其重命名为 assets
  5. 在目录内运行 npm install 安装 assets 文件夹中所需的节点模块。
  6. 启用并使其成为默认主题。

开发

有关在 assets 文件夹内开发和编译资源的更多信息,请参阅 gulp-starter README.md