From 7.8.4 theme framework onwards, you are able to use the Twitter Bootstrap development library to power your website. Now, take advantage of it and use it as a powerful front-end framework for faster and easier web development.
How to enable Twitter Bootstrap for your Theme?
1. Open custom_functions.php file with theme Editor
2. Add this code:
add_filter('bizz_bootstrap', 'enable_bizz_bootstrap');
function enable_bizz_bootstrap() {
return true;
}
What now? View some examples and apply them to your theme/website.