Do you have 'private page' checked when you go to 'Edit Pages' in your Dashboard?
If it is any help, this is the code from my Header.php where the instruction to add my pages appears:
Quote:
|
<li class="page_item<?php if (is_home()) {echo ' current_page_item';} ?>"><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&title_li=&de pth=1'); ?>
|