"Quickly scafold a complete WordPress site project in seconds!"
- Fully-fleshed out package
- Follows WordPress standards
- Streamlined with Gulp
- Sass
- Autoprefixer
- Typescript
- Babel
- Rollup
- Sourcemaps
- Minification
- Browsersync
- Linters
- Localization
- Powered by ThemePlate
- Font Awesome v5 (optional)
- CSS Framework options
- Tailwind CSS v3
- Twitter Bootstrap v5
- Blank Slate (with normalize.css)
- Pre-included boilerplates and functions
- Base theme template files
- Compatibility checks
- Theme Features
- Navigations
- Widgets
- Scripts and Styles
- Actions and Filters
- Plugins (required/recommended)
- Custom forms/fields (metaboxes)
- Custom post types and taxonomies
- Clean navbar walker
- Google tracking codes
- Asynchronous loading and deferred execution of scripts
- Node.js: Install from the NodeJS website.
- Gulp: Run
npm install -g gulp-cli
- Yeoman: Run
npm install -g yo
npm install -g generator-themeplate
yo themeplate
? Project Name:
? Project URI:
? Author:
? Author Email:
? Author URI:
? Description:
? Function Prefix:
? Class Prefix:
? Constant Prefix:
? Use Font Awesome? (Y/n)
? CSS Framework:
? License:
? License URI:
? Local Server:
- Builds assets
- Sass and Javascript/Typescript compiled
- Images copied with WebP format
- Watches files and assets for changes
- Starts Browsersync
npm run lint
andnpm run fix
- Run scripts and styles against the coding rules setgulp pot
- Generate a POT file for the localizationgulp bump
- Bump version in files; package and assets
--to-type={major|minor}
--to-version={#}
- Assets minified (images optimized; loseless)
- Specifies to serve the minified assets
- Line is in the theme's
functions.php
file
- Standard and default path at
wp-content/plugins
- Plugin folder is named the same with the theme folder
Copyright © 2024 Gene Alyson Fortunado Torcende
Licensed under MIT.