A new project boilerplate.
- _s (Sass fork) automattic, gregrickaby
- CMB webdevstudios
- Taxonomy Core jtsternberg
- CPT Core jtsternberg
- Basic MU Plugin
You'll need to clone recursive this repo, not download the zip! (It includes other Github submodules and they won't be included in the zip)
Via CLI:
git clone --recursive git@github.com:WebDevStudios/wd_s.git
Via SourceTree/Tower:
Select "Recurse submodules"
You'll need to change all instances of the names: _s.
- Search for
'_s'
(inside single quotations) to capture the text domain. - Search for
_s_
to capture all the function names. - Search for
Text Domain: _s
in style.css. - Search for
_s
(with a space before it) to capture DocBlocks. - Search for
_s-
to capture prefixed handles. - Search for
_S_
to capture class names.
OR
- Search for:
'_s'
and replace with:'project-name'
- Search for:
_s_
and replace with:project-name_
- Search for:
Text Domain: _s
and replace with:Text Domain: project-name
in style.css. - Search for:
_s
and replace with:Megatherium
- Search for:
_s-
and replace with:project-name-
- Search for
_S_
and replace with:Project_Name_