Haste Starter is a base to be used to create custom WordPress themes. It's a fork from brazilian community unmantained Odin Framework.
Here are some things you'll find in Haste Starter:
- Scaffold
- Base theme templates
- Base
theme.json
- Theme supports
- Cleanup hooks
- ...and much more
- Bootstrap 5
- The great style framework everyone knows (but it's not mandatory)
- Laravel Mix
- All the assets build managed with Laravel Mix. (Don't worry about Webpack complex stuff)
- Translation-ready
- Ready to be translated to any language
- Helper functions
- A lot of helper functions and custom template tags to make coding even easier
- Breadcrumbs
- Post meta
- Related posts
- A lot of helper functions and custom template tags to make coding even easier
- Coding Standards
- EditorConfig and PHPCS files according to WordPress Coding Standards
Download the latest release of Haste Starter, you can download the .zip
Clone the repository if you use Git. Place the theme folder into the wp-content/themes/
WordPress directory.
[to-do]
Our documentation is under construction, but you can find some information about how to use our theme here Wiki
Reference of tools used in the theme:
The Haste Starter is an Open Source project. Anyone can (and should) help us to improve it. Report bugs or do suggestions using the Issues/Project Forum
To contribute, just click on the Fork button, create a Branch, improve the code and send it with a Pull Request.
More details about how to contribute and send Pull Requests in GitHub Collaborating.