Yeah. I tryied your advice, but the custom menu will not show at all. Or link to my seperate pages I have chosen for each custommenu.
And the theme menu will only show all pages together at once.
Maybe I′m a rookie, but I don’t know what to do. Can I change anything in the editor under sidebar. f.ex. this code:
<div id=”leftcol” >
<div id=”menu”>
<h2 class=”menuheader”>cases</h2>
<div class=”menucontent”>
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
</div>