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 trial

WordPress From Bootstrap to WordPress Setup a Bootstrap Theme Creating Bootstrap Navigation in WordPress

Eugenio Leal
Eugenio Leal
2,939 Points

how do i get wp_nav_menu( $args ) to work properly.When I click in menus: Example Pages and Blog:URL not found on server

What can I add so it can work? <div id="navbar" class="navbar-collapse collapse"> <?php $args = array( 'menu' => 'header-menu', 'menu_class' => 'nav navbar-nav', 'container' => 'false' ); wp_nav_menu( $args ); ?> </div><!--/.navbar-collapse -->

Kaitlyn Threndyle
Kaitlyn Threndyle
18,204 Points

I have this problem too. What did you do to fix it? Please help.