Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can't Find My NavBar Code In Frisco Theme


  • Joe LeBeau
    Participant

    @joelebeau

    Was wondering where my nav bar html code is. I can see it using firebug, but when I go to header.php, it just has <div id=”navigation” role=”navigation”> without any html, like a list ‘li’, under it.I was going to delete it and create my own with buttons and images instead. Any thoughts guys?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Joe LeBeau
    Participant

    @joelebeau

    I was able to locate the css and hide the nav bar for now so I can begin creating a new one, but I can find the html no where! This is just a temp fix…so if anyone knows any solutions please help! Greatly appreciated.


    @mercime
    Keymaster

    @mercime

    @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' ) ); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't Find My NavBar Code In Frisco Theme’ is closed to new replies.
Skip to toolbar