Bootstrap is a responsive front-end toolkit from Twitter designed to kickstart web development, complete with core HTML, CSS, and JS for grids, type, forms, navigation, and many more components. Now you can use it with WordPress as a solid base to build custom themes quickly and easily.
Download the most-up-to-date theme files: Download .zip file Follow the development: WIP Branch on Github
You can view a demo of this WordPress theme running the latest development branch code at: http://bootstrapwp.rachelbaker.me/
View the theme's base CSS elements at: http://bootstrapwp.rachelbaker.me/base-css/
View the theme's JavaScript guide at: http://bootstrapwp.rachelbaker.me/javascript/
Download the BootstrapWP theme, and install on a WordPress local or development site.
This is meant to be a base theme for WordPress custom theme development. Your knowledge of WordPress theme development practices as well as understanding of HTML, CSS/LESS, jQuery and PHP are required.
Create a page that uses the template Page - Home Hero
, then under Settings->Reading
set your site to use a static front page selecting your new page.
Add content to the three "Home" widget areas under Appearances->Widgets
.
Create a menu under Appearances->Menus
and assign it be your site's Main Menu.
Comfortable with LESS?
Check out the /assets/css/less folder where the bootstrapwp.less
file is the master complier. The included files compile the bootstrapwp.css
file that is located in the /assets/css folder.
Important! To safely retain the ability to update the less files with future versions of Bootstrap or BootstrapWP, add all custom edits/changes inside the less/bswp-custom.less
file.
Not comfortable with LESS?
You can override the compiled bootstrapwp.css file by adding custom styles to the style.css in the theme's root directory.
Prefer to create a Child Theme?
BootstrapWP is Child Theme compatible. For more information on how to create a Child Theme check out the WordPress Codex.
Please report all issues on the repo's Issue Tracker. Remember to provide as much information as possible regarding the bug/issue you are reporting so a patch can be released.
Report theme bugs https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues
Release Highlights:
Assets Folder
Templates-Documentation Folder
Templates-Pages Folder
page-home.php
to match hero templatepage-blog.php
template404.php
Archive.php
Author.php
Footer.php
Functions.php
Header.php
Index.php
Page.php
Page-blog.php
the_post_thumbnail()
with bootstrapwp_autoset_featured_img()
.Docs Folder
IMG Folder
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Mark Otto
Jacob Thornton