Skip to content

wp-digital/wp-theme-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Theme Skeleton

Description

Innocode starter code for a WordPress theme.

Install

Recommended

Run wp scaffold theme. See details 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 <slug>

Remove .git/ directory:

cd <slug>/
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 for more info.