Using Foundation 6 with WordPress and Sass
WordPress is a popular content management system (CMS) installed on more than 60 million websites. In this recipe, you will learn how to use Foundation 6 with WordPress and Sass.
Getting ready
This recipe requires a web server with PHP and MySQL and WordPress installed. In this recipe, you will use the JointsWP theme; it does include Gulp and is optimized for a Gulp-based workflow. You should have Node.js installed to use Gulp. Read the Using the sass-gulp with Gulp recipe of Chapter 1, Getting Started with Sass, to learn how to install Node.js, which includes npm, on your system.
How to do it...
In the following steps you will meet the JointsWP theme for WordPress websites. JointsWP makes it possible to use Foundation and Sass for your WordPress projects, perform the following steps to understand how this works:
- Download the JointsWP theme from http://jointswp.com/. Of course, you have to download the Sass version of the theme.
- Unzip the Zip file...