Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wp-digital/wp-theme-skeleton


https://github.com/wp-digital/wp-theme-skeleton

Last synced: about 1 month ago
JSON representation

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.