great thanks, I’ll have a look into downloading from the svn while I play around with padding and stuff to see if I can fit the posts bar in. It was really good of you to help me!
I’ve now semi fixed it by using a wp_list_categories just below the wp_list_pages but this looks very clumsy as it adds another menu bar. Is there a way I can incorporate categories into the pages bar. The original code looks like this:
<div id=”mainNav”>
<?php wp_list_pages(‘title_li=&depth=1’); ?>
</div>
Hi, thanks for getting back to me. Unfortunately in the theme locations box it says that the theme I am using (manifest) does not natively support menus. There is a menu on the front page of my site but it just displays pages, nothing else. Should I just change my theme?