• 'primary', 'container' => '', 'menu_id'=>'nav', 'echo'=>false ); $m = wp_nav_menu($menu_params); $m = str_replace('
  • ', '', $m); echo($m); ?>