- Author: Theme Foundation
- Website: http://themefoundation.com/
- Licence: GPL
Tookit is a modular theme toolkit for WordPress. It was designed with two goals in mind:
- Serve as a solid foundation for the development of new WordPress themes.
- Allow its functions and features to be easily added to existing WordPress themes.
- Place the "toolkit" directory into the base directory of your theme. If you download the zip file from github, the default folder name is theme-toolkit-master. I would suggest changing the name of this folder to simply "toolkit" so that it matches the code examples provided. You are free to name the folder anything you'd like, but you'll then need to modify the code you use to match.
- Use code examples from the example-functions.php in your own functions.php file to begin taking advantage of the features that the toolkit has to offer.