Skip to content

SeedWebs/seed3

 
 

Repository files navigation

SEED3

WordPress starter theme optimized for modern development with Tailwind CSS, Tailwind Typography and the WordPress editor.

Developed by Seed Web. Forked form _tw.


Added by Seed Webs

  • SCSS Support
  • Header/Footer Template
  • Dark mode Support
  • Frontend Member System
  • Admin - Disable Comments

Quickstart

Installation

  1. Move this folder to wp-content/themes in your local development environment
  2. Run npm install && npm run dev in this folder
  3. Activate this theme in WordPress
  4. Open package.json and replace seed3.local with your local url such as website.test, replace seed3.zip to your theme name dot zip.

Setup Theme

  1. Open tailwind/custom/file-header.css and change Theme information.
  2. Choose header/footer layout on theme/parts/layout/ by renaming file to header.php / footer.php.

Development

  1. Run npm run watch
  2. Edit template files in theme folder, JS in javascript folder and CSS/SCSS in tailwind/custom folder.
  3. For more custom colors, you can edit theme/theme.json and add more palette.

Deployment

  1. Run npm run bundle
  2. Upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration page
  3. Or setup workflow such as sFTP GitHub Actions

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.6%
  • CSS 39.4%
  • JavaScript 4.5%
  • SCSS 4.5%