Where do you put this query?
I figured it out. replace the navbar bit with this code. Then change the ‘blog’ text with the text of your liking.
<div id=”navbar”>
<ul id=”topnav”>
<li <?php if(is_home()){echo ‘class=”current_page_item”‘;}?>>” title=”<?php _e(‘Home’); ?>”><?php _e(‘blog’); ?>
<?php wp_list_pages(‘title_li=&depth=1&sort_column=menu_order’);?>
</div>