'', 'items_wrap' => '%3$s', 'depth' => 2, 'echo' => false, 'theme_location' => $theme_location ); echo wp_nav_menu($args); } else { $args = array( 'title_li' => '0', 'sort_column' => 'menu_order', 'depth' => 2 ); wp_list_pages($args); } ?>