obenland / the-bootstrap

A responsive WordPress Theme based on Bootstrap, from Twitter.
http://en.wp.obenland.it/the-bootstrap/
GNU General Public License v3.0
110 stars 46 forks source link

Adding menu + starting french translation/support #1

Closed Benfarhat closed 12 years ago

Benfarhat commented 12 years ago

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!