WordPress starter theme optimized for modern development with Tailwind CSS, Tailwind Typography and the WordPress editor.
Developed by Seed Web. Forked form _tw.
- SCSS Support
- Header/Footer Template
- Dark mode Support
- Frontend Member System
- Admin - Disable Comments
- Move this folder to
wp-content/themes
in your local development environment - Run
npm install && npm run dev
in this folder - Activate this theme in WordPress
- Open
package.json
and replaceseed3.local
with your local url such aswebsite.test
, replaceseed3.zip
to your theme name dot zip.
- Open
tailwind/custom/file-header.css
and change Theme information. - Choose header/footer layout on
theme/parts/layout/
by renaming file to header.php / footer.php.
- Run
npm run watch
- Edit template files in
theme
folder, JS injavascript
folder and CSS/SCSS intailwind/custom
folder. - For more custom colors, you can edit
theme/theme.json
and add more palette.
- Run
npm run bundle
- Upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration page
- Or setup workflow such as sFTP GitHub Actions