View Single Post
  #9 (permalink)  
Old 07-05-2009, 01:05 AM
Stephen Stephen is offline
Junior Babbler
 
Join Date: Jul 2009
Location: UK
Posts: 25
Stephen has more than the average amount of reputation points
Default

No problem!

In answer to you second question - this is probably due to the theme you are using.

To have your pages show up in a nav bar you will have to change some code. This code lists all of your pages :

<ul>
<?php wp_list_pages('title_li='); ?>
</ul>

Changing code can cause serious problems if you are not sure what you are doing. Which theme are you using?
Reply With Quote