WordPress Think Framework is a developer-oriented library that gives you the ability to quickly and easily create incredible websites with WordPress. This is an extensible framework for developing WordPress themes. Based on the WordPress API.
- PHP 5.4 or greater (Recommended 7.*)
- WordPress 4.7 or later
- Download framework from Github repo - https://github.com/alex-storojenko/wp-think-framework
- Extract and copy folder with files of framework to theme dir({wp-installation-folder}/wp-content/themes/{your-theme-directory})
- OR You can copy folder with framework somewhere.
- Include wp-think-framework.php to functions.php of your theme(require_once {path to wp-think-framework_root_dir}/wp-think-framework.php')
- Create instance of framework - Think_Framework::get_instance() in functions.php of your current theme
- Create something amazing