Using WordPress with Bootstrap and Sass
WordPress is one of the most popular Content Management Systems (CMS) on the web. Although it is originally a blog system, more than 60 million websites are driven by WordPress now. In this recipe, you will learn how to use WordPress together with Bootstrap and Sass.
Getting ready
You will need a running webserver with PHP and MySQL to run WordPress. WampServer is a Windows web development environment, which can be found at http://www.wampserver.com/en/. Or try AMPPS for Windows, OS and Linux; you can find it at http://ampps.com/. Also read the Using the Sass-gulp plugin with Gulp recipe of Chapter 1, Getting Started with Sass, to learn how to install Node.js, which includes npm, on your system. The JBST4 theme used in this recipe is a fork of the JointsWP theme discussed in the Using Foundation 6 with WordPress and Sass recipe of Chapter 11, Foundation and Sass.
How to do it...
The following steps will show you how to set up a WordPress theme with Bootstrap...