diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa7d2d..e5be3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### HEAD +* Return instead of echo class names in `roots_main_class` and `roots_sidebar_class` +* Move nav customizations into `lib/nav.php` + ### 6.1.0: October 2nd, 2012 * Change roots_sidebar into a more explicit configuration array * Re-organize configuration/setup files diff --git a/README.md b/README.md index c3f7fac..d4bdaf4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Roots is a starting WordPress theme made for developers that’s based on [HTML5 ## Configuration -Edit `lib/config.php` to enable support for major functionality and to define constants that are used throughout the theme. +Edit `lib/config.php` to enable or disable support for various theme functions and to define constants that are used throughout the theme. + +Edit `lib/init.php` to setup custom navigation menus and post thumbnail sizes. ## Documentation @@ -37,12 +39,12 @@ Everyone is welcome to help [contribute](/retlehs/roots/blob/master/CONTRIBUTING * Writing or editing [docs](/retlehs/roots/blob/master/doc/TOC.md) * Writing or refactoring code * Fixing [issues](https://github.com/retlehs/roots/issues) -* Replying to questions on the [mailing list](http://groups.google.com/group/roots-theme) +* Replying to questions on the [Google Group](http://groups.google.com/group/roots-theme) ## Project information * Source: [https://github.com/retlehs/roots](https://github.com/retlehs/roots) * Web: [http://www.rootstheme.com/](http://www.rootstheme.com/) -* Mailing list: [http://groups.google.com/group/roots-theme](http://groups.google.com/group/roots-theme) -* Twitter: [@retlehs](https://twitter.com/#!/retlehs) +* Google Group: [http://groups.google.com/group/roots-theme](http://groups.google.com/group/roots-theme) +* Twitter Updates: [@retlehs](https://twitter.com/#!/retlehs) * Contributors: [https://github.com/retlehs/roots/contributors](https://github.com/retlehs/roots/contributors) \ No newline at end of file diff --git a/base.php b/base.php index 02e31ed..9133ed7 100644 --- a/base.php +++ b/base.php @@ -14,11 +14,11 @@