Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dmathews

    (@dmathews)

    I have disabled the Flash Uploader option and still nothing happens. Is there something that I’m missing here?

    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.

Viewing 2 replies - 1 through 2 (of 2 total)