Hi Sman ~
I’ve run into the same problem where I don’t want the parent page to have a link. I’m currently using wp 2.6.3 and I’ve tried your code in my “header.php” file. The following is the original code from my file:
<ul id="nav">
<li><a href="<?php echo get_settings('home'); ?>Home</a></li>
<?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?>
I’ve used your code and it’s not working for me. Actually, except for the home page, I can’t click on any page. Is there a way to mimic my original wp_list_pages('title_li=&depth=4&sort_column=menu_order')
code? I need your help.
Denny.