Executive WordPress Theme by DiverseThemes.com
===

Executive is a fork of _S by Automattic

Font Icons by Font Awesome: http://fontawesome.io

Header image from Unsplash.com

# Installation For Using Grunt and Sass (Optional)
Basic knowledge of the command line and the following dependencies are required to use executive:

- Node ([http://nodejs.org/](http://nodejs.org/))
- Ruby ([http://rubyinstaller.org/](http://rubyinstaller.org/))
- Grunt CLI ([http://gruntjs.com/](http://gruntjs.com/)) - `npm install -g grunt-cli`
- Sass ([http://sass-lang.com/](http://sass-lang.com/install)) - `gem install sass`

# Manual Installation

##### 1) Navigate to the /themes folder of your project
`cd /your-project/wordpress/wp-content/themes`


##### 2) Find & Replace

You'll need to change all instances of the names: `executive` to your project name.

- Search for: `'executive'` and replace with: `'project-name'` (inside single quotations) to capture the text domain
- Search for: `executive_` and replace with: `project-name_` to capture all the function names
- Search for: `Text Domain: executive` and replace with: `Text Domain: project-name` in style.css
- Search for (and include the leading space): <code>&nbsp;executive</code> and replace with: <code>&nbsp;Project Name</code>(with a space before it) to capture DocBlocks
- Search for: `executive-` and replace with: `project-name-` to capture prefixed handles

##### 3) Install Grunt and Dependencies
- Run `npm install` from the command line to install Grunt.

You can begin using Grunt.

## Grunt

##### 1) Navigate to your new theme
`cd /your-project/wordpress/wp-content/themes/your-new-theme`

##### 2) Grunt tasks available:

`grunt watch` - Automatically handle changes to CSS

`grunt styles` - Comb, compile, prefix, combine media queries, and minify CSS files

`grunt i18n` - Generate a translation file

`grunt` - Do it all once!

We suggest running `grunt && grunt watch` in the command line.


## Theme Setup
## Executive Plugin Requirements

Jetpack by WordPress.com is the only plugin required to make the most of Executive. You can download Jetpack through your WordPress Dashboard Plugins and search for Jetpack and install. You can also download Jetpack here: https://wordpress.org/plugins/jetpack/

Executive supports the Portfolio content type from Jetpack.

## Setting up the Homepage

Create a new page called 'Home'. Under the 'Page Attributes' module, select the 'Front Page' page template and publish. Next create a page called 'Blog' and publish. From here, go to Settings Reading and choose your Front page and Posts page and click the update button when done.

Next: Go to Appearance > Customize > Executive options. This section lets you select your featured pages for your homepage template. Be sure to Save and Publish once you have updated the customizer.

