定制 netbrothers-gmbh/wordpress-skeleton-theme 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

netbrothers-gmbh/wordpress-skeleton-theme

Composer 安装命令:

composer require netbrothers-gmbh/wordpress-skeleton-theme

包简介

This minimalistic skeleton theme is intended as a starting point, if you plan to develop a WordPress theme from scratch.

README 文档

README

This minimalistic skeleton theme is intended as a starting point, if you plan to develop a WordPress theme from scratch.

  • No third-party dependencies.
  • No framework.
  • Just a simplistic bare-bone theme to get you started.

Installation

You may simply fork it, download it or create a new project by using Composer:

composer create-project netbrothers-gmbh/wordpress-skeleton-theme my-awesome-theme

Styles

Note: The style.css file in the theme's root directory is required by WordPress. If you delete it, the theme cannot be loaded.

This file is prefilled with Eric A. Meyer's Reset CSS and then some simple rules to make the rendered pages at least readable.

Since the file already exists, you might want to use it as a build target with your preferred build tool. Or you could just use it as a starting point and add rules as needed.

In case you need to load styles from other files or external resources, you have to employ the WordPress enqueue mechanism.

Scripts

Although this is not a WordPress requirement, the file js/scripts.js fulfills the same purpose as the style.css file but for your JavaScript code.

License

This project is licensed under the GNU General Public License Version 3 where not otherwise stated.

Author

Thilo Ratnaweera, NetBrothers GmbH

nb.logo

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-01-08