How to integrate navbar style into wordpress
-
Hi I have a working style for my fixed header navbar in bootstrap and was wondering how I integrate it into wordpress. i.e.
<?php $args = array( 'theme_location' => 'primary' ); ?> <?php wp_nav_menu( $args ); ?>
somewhere like that or ?
Thanks
Steven
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to integrate navbar style into wordpress’ is closed to new replies.