Bones is setup to use the WordPress Navigation Function, but you can also do a few cool things w/ it. You can find the code in the library/bones.php file. It looks like this: function bones_main_nav() { // display the wp3 menu if available wp_nav_menu( array( ‘menu’ => ‘main_nav’, /* menu name */ ‘theme_location’ => ‘main_nav’,… Read more »
