I wan't to use Bootstrap Navigation in Wordpress. I put bootstrap into the File functions.php. But the navigation even did not work (in header.php)?
This is where I want to add bootstrap:
<!-- site navigation menu-->
<nav class="nav nav-pills site-nav">
<?php wp_nav_menu(); ?>
</nav><!-- site navigation menu-->