View Single Post
  #10 (permalink)  
Old 07-06-2009, 03:43 PM
WindowsTalk's Avatar
WindowsTalk WindowsTalk is offline
Master Babbler
 
Join Date: Apr 2009
Location: New Brunswick, Canada
Posts: 186
WindowsTalk has no reputation at Website Babble yet.
Default

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'); ?>
__________________
James M. Fisher, Microsoft Windows MVP
WindowsTalk: Enhancing Your Windows Experience!

Last edited by WindowsTalk; 07-06-2009 at 03:48 PM.
Reply With Quote