2 Inserting the header-menu to header.php (pull-right)
3 Replacing copyright with footer-menu (single level, no dropdown in the footer)
4 Adding selector to the-bootstrap.min.js
and found a little bug in revision 1.2.2 ";" is missing after $('.alert').alert() in the same file!
1 registering menus in functions.php register_nav_menus(array( 'header-menu' => ('Header Menu', 'the-bootstrap'), 'primary' => ('Main Navigation', 'the-bootstrap'),
'footer-menu' => __('Footer Menu', 'the-bootstrap') ) );
2 Inserting the header-menu to header.php (pull-right) 3 Replacing copyright with footer-menu (single level, no dropdown in the footer) 4 Adding selector to the-bootstrap.min.js and found a little bug in revision 1.2.2 ";" is missing after $('.alert').alert() in the same file!