Mimizuku is a WordPress starter theme or theme framework for child themes development.
- GitHub: https://github.com/inc2734/mimizuku/
- Packagist: https://packagist.org/packages/inc2734/mimizuku
- WordPress 4.7
- PHP 5.6+
- WP-CLI
- Composer
- Node.js
- IE10 + Modern browser
$ cd /PATH/TO/wp-content/themes
$ git clone https://github.com/inc2734/mimizuku.git your-theme-name
$ cd your-theme-name
$ npm install
$ composer install
$ npm run build
$ wp theme activate your-theme-name
- Replace
/resources/languages/mimizuku.pot
to/resources/languages/your-theme-name.pot
- Replace
Text Domain: mimizuku
toText Domain: your-theme-name
in/style.css
- Replace
apply_filters( 'mimizuku
toapply_filters( 'your_theme_name
in **.php - Replace
do_action( 'mimizuku
todo_action( 'your_theme_name
in **.php - Replace
add_filter( 'mimizuku
toadd_filter( 'your_theme_name
in **.php - Replace
add_action( 'mimizuku
toadd_action( 'your_theme_name
in **.php - Replace
mimizuku
toyour-theme-name
in **.php and **.js - Replace
Mimizuku
toYour_Theme_Name
in **.php and **.js
See https://github.com/inc2734/mimizuku-child
- Having layout and view templates
- and having filter hooks filtered these templates
- Using view controller
- The function which to pass the variables to WordPress's
get_template_part()
. - Usuful scripts
- CI
- See more https://github.com/inc2734/mimizuku-child
themes/mimizuku
├─ resources # The theme root
│ ├─ app # Setup theme
│ ├─ page-template # Custom page templates
│ ├─ templates
│ │ ├─ layout # Layout templates
│ │ ├─ view # View templates
│ │ ├─ static # Static view templates
│ │ └─ widget # Templates for WP Awesome Widgets
│ ├─ vendor # Composer packages
│ ├─ style.css # Theme meta information
│ ├─ index.php
│ ├─ functions.php
│ ├─ ...
├─ .gitignore
- /resources/vendor/inc2734/mimizuku-core/src/view/templates/**/*.php
- /resources/templates/**/*.php
- /resources/page-templates/*.php
- /page-templats/*.php
- /resources/vendor/inc2734/mimizuku-core/src/view/*.php
- /resources/*.php
- /*.php
- Font License: SIL OFL 1.1
- Code License: MIT License
- Source: https://fortawesome.github.io/Font-Awesome/
- License: MIT License
- Source: https://sass-basis.github.io/
- Source: https://github.com/hiloki/flocss