This is the presentational theme only for the site. To run this locally, please see guidance below.
- a local wordpress install
- atom
- sass-autocompile (atom plugin)
- node v6.2.0 (or another sass-autocompile compatible version)
- node-sass
In order to run the theme, you'll need a local install of wordpress. See this guide: https://premium.wpmudev.org/blog/develop-wordpress-locally-mamp/
Once your local install is setup up, you'll need to add validity-theme
to your wp-content/themes/
directory. Then activate the theme in the wordpress admin area under Appearence/Themes/
.
This project uses sass-autocompile atom plugin to compile scss files into a single css file at the root level of the project. To output to the correct location, you'll need to edit the settings as shown below:
Tip: if css isn't updating after this is setup, try using a hard refresh in browser (command, shift, r)
For importing Custom Posts http://www.wpbeginner.com/wp-tutorials/how-to-exportimport-custom-post-types-in-wordpress/