Cradle is a starter theme for WordPress. Meant to be modified per project and used along with mu-plugins.
-
Download or install this repository to
wp-content/themes/
:wp theme install https://github.com/erengy/cradle/archive/refs/heads/master.zip
-
Remove or modify
README.md
. -
Replace the following strings in
.php
files:'cradle'
→'example'
namespace Cradle
→namespace Example
Cradle\
→Example\
-
Update the header fields in
style.css
. -
Build the main stylesheet:
sass assets/css/main.scss assets/css/main.css
-
Create translation files:
wp i18n make-pot . languages/example.pot --include="inc,templates"
-
Activate the theme:
wp theme activate example
Licensed under GNU General Public License v2 or later.