materialwp
# MaterialWP This is a starter Material Design WordPress Theme based off the Bootstrap framework. [View Demo](http://materialwp.com) ## Getting Started Upload the theme to your WordPress directory in wp-content/themes/ ## Credits The Material Design WordPress Theme was started in 2014 by [Brad Williams](http://twitter.com/braginteractive/). ## Contributors - [Brad Williams](https://github.com/braginteractive) - [Eric Juden](https://github.com/ericjuden) - [Everaldo Matias](https://github.com/everaldomatias) Without the following projects/people this theme wouldn't be possible: - http://fezvrasta.github.io/bootstrap-material-design/ - http://underscores.me/ - http://getbootstrap.com ## Customization 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](http://codex.wordpress.org/Child_Themes). ### Developers 1. Run `npm install` to install Node.js dependencies 2. Run `gulp` this will start all watch tasks and run browser-sync 3. Start making customizations ## Documentation, FAQs, and More If you’re interested in helping or have any questions, please [let me know](http://braginteractive.com/contact-us). ## Material Design Themes Check out other Material Design WordPress themes and templates over at [MaterialDesignThemes.com](http://materialdesignthemes.com) ## Releases 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