This is a modification to the _s (underscores) Wordpress theme by Automatic. All features of _s are not present in this versions but most are. The main reason for the modification was to include Foundation 5 into a Wordpress theme. _s appears is a very basic and minimalistic base to allow you to quickly get up and running without having to remove unwanted or un needed styles.
In this theme, all _s CSS has been removed and replaced with foundation required CSS. This theme is setup to use SASS precompiling. If you do not want to use SASS, the style.css file is already compiled with basics and you can use standard CSS by editing the file directly.
Here is how to set this thing up:
- Clone the repository into your Wordpress
themes
folder. - Change the name of the cloned folder from
Underscores-Theme-w--Foundation-5
toyourThemeName
. - Use a find and replace to change
foundation5_s
to the name of your theme in all the template files. - Update the stylesheet header in style.css.scss located in the SASS folder.
- Update or delete this readme.
- Activate your theme and start customizing.
You're ready to go.
Good luck!