@joelebeau
	Active 11 years, 6 months ago
	
	- 
	
	@mercime replied to the topic Can't Find My NavBar Code In Frisco Theme in the forum How-to & Troubleshooting 11 years, 11 months ago @joelebeau wp_nav_menu)() generates the main navigation and you’d find it in your theme’s header.php file. <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>
- 
	
	@mercime replied to the topic Change css of "nav-wrap" on front/home page only? in the forum How-to & Troubleshooting 12 years, 2 months ago @joelebeau hard to guess. site url?