Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp-digital/wp-theme-skeleton
https://github.com/wp-digital/wp-theme-skeleton
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wp-digital/wp-theme-skeleton
- Owner: wp-digital
- Created: 2017-10-24T09:01:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T06:18:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T01:56:17.545Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.17 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Theme Skeleton
### Description
[Innocode](https://innocode.com/) starter code for a WordPress theme.
### Install
**Recommended**
Run `wp scaffold theme`. See details
[innocode-digital/wp-cli-scaffold-theme-command](https://github.com/innocode-digital/wp-cli-scaffold-theme-command).Run `npm install` in generated theme directory.
**Not recommended**
Clone this repo to `wp-content/themes/`:
~~~
cd wp-content/themes/
git clone [email protected]:innocode-digital/wp-theme-skeleton.git
~~~Remove `.git/` directory:
~~~
cd /
rm -Rf .git/
~~~Find all `@TODO: ...` in code and replace with needed settings.
Also fill right data in `composer.json` and `package.json`.Run `npm install` in generated theme directory.
---
See [WordPress Project Skeleton](https://github.com/innocode-digital/wp-project-skeleton) for more info.