Remove theme activation

This commit is contained in:
Ben Word
2015-01-09 18:04:18 -06:00
parent 8f6edbb995
commit 7f64125701
3 changed files with 0 additions and 221 deletions

View File

@@ -21,7 +21,6 @@ Sage is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boile
* An optimized Google Analytics snippet
* [Bootstrap](http://getbootstrap.com/)
* ARIA roles and microformats
* [Theme activation](http://roots.io/roots-101/#theme-activation)
* [Theme wrapper](http://roots.io/sage/getting-started/theme-wrapper/)
* Cleaner HTML output of navigation menus
* Posts use the [hNews](http://microformats.org/wiki/hnews) microformat
@@ -53,10 +52,6 @@ If you don't use [Bedrock](https://github.com/roots/bedrock), you'll need to add
define('WP_ENV', 'development');
```
## Theme activation
Reference the [theme activation](http://roots.io/roots-101/#theme-activation) documentation to understand everything that happens once you activate Sage.
## Configuration
Edit `lib/config.php` to enable or disable theme features and to define a Google Analytics ID.