bebo bar
tree level navbar
// Register Navigation Menus function bar_navigation_menus() { $locations = array( 'top' => __( 'top bar', 'bebo' ), 'center' => __( 'center bar', 'bebo' ), 'bottom' => __( 'bottom bar', 'bebo' ), ); register_nav_menus( $locations ); } add_action( 'init', 'bar_navigation_menus' );