This is a starter Material Design WordPress Theme based off the Bootstrap framework.
Upload the theme to your WordPress directory in wp-content/themes/
The Material Design WordPress Theme was started in 2014 by Brad Williams.
Without the following projects/people this theme wouldn't be possible:
- http://fezvrasta.github.io/bootstrap-material-design/
- http://underscores.me/
- http://getbootstrap.com
Basic colors changes can be made in the WordPress Customizer ( Appearance -> Customize -> Colors).
If you need to further customize the theme, it is recommended that you first create a child theme so you will be able to update the theme in the future. You can read how to create a WordPress Child theme here.
- Run
npm install
to install Node.js dependencies - Run
gulp
this will start all watch tasks and run browser-sync - Start making customizations
If you’re interested in helping or have any questions, please let me know.
Check out other Material Design WordPress themes and templates over at MaterialDesignThemes.com
0.0.6
- update to Bootstrap 4
- add home template -hard coded
- add cards to posts/pages and widgets
0.0.5
- update to Bootstrap 4 Beta 2
- drop bower for npm
- add gulp
- use newer version of underscores
- add full width page template
0.0.4
- add option for hide sidebar in archives
- add option for layout columns in archives
0.0.3
- add bower
- remove unyson
0.0.1 - 0.0.2
- Intial releases