Roots is a starting WordPress theme made for developers that’s based on HTML5 Boilerplate and Bootstrap from Twitter.
- Clone the git repo -
git clone git://github.com/retlehs/roots.git
- or download it - Reference the theme activation documentation to understand everything that happens once you activate Roots
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.
- Usage — Overview of the project contents.
- FAQ — Frequently asked questions, along with their answers.
- Theme library — A guide to the
lib/
directory which contains all of the theme functionality, including: theme activation, the theme wrapper, clean up, and rewrites. - Theme templates — A guide to the
templates/
directory which contains all of the theme templates.
- Contributing to Roots — Guidelines on how to contribute effectively.
- Extending and customizing Roots — Going further with Roots.