https://github.com/ideasonpurpose/wp-theme-boilerplate
IOP's foundation for building WordPress themes.
https://github.com/ideasonpurpose/wp-theme-boilerplate
wordpress
Last synced: about 2 months ago
JSON representation
IOP's foundation for building WordPress themes.
- Host: GitHub
- URL: https://github.com/ideasonpurpose/wp-theme-boilerplate
- Owner: ideasonpurpose
- Created: 2020-07-31T15:34:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T01:01:45.000Z (over 2 years ago)
- Last Synced: 2025-03-03T00:26:13.784Z (over 1 year ago)
- Topics: wordpress
- Language: PHP
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-theme-boilerplate
IOP's foundation for building WordPress themes.
This repository seeks to provide a common set of starting files for our custom themes. This should include repeated patterns and re-usable solutions, with the expectation that delivered themes will build a custom look and feel on top of this foundation.
## Getting started
This repository does not include tooling or specify any dependencies, however it will require several PHP libraries to work correctly.
Rather than cloning this, the best way to get started is to run the init command from our [ideasonpurpose/wordpress](https://hub.docker.com/r/ideasonpurpose/wordpress) Docker image which will generate a complete, ready-to-use development environment around this boilerplate including tooling and dependencies.