Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialArcy Douglass
1,951 PointsBootstrap Menu Bar as List Rather Horizontal Navigation
I just added:
<?php
$args = array (
'menu' => 'header-menu',
'menu_class' => 'nav navbar-nav',
'container' => 'false'
);
wp_nav_menu( $args );
?>
This works now.
1 Answer
Naomi Freeman
Treehouse Guest TeacherHere's the bootstrap page: http://getbootstrap.com/components/#nav
Internet suggests you need to somehow make your class or id "inline"
Try some of these:
http://stackoverflow.com/questions/10906341/how-to-display-a-list-inline-using-twitters-bootstrap