• I’m using wp_list_pages in conjunction with depth=1 and I’m continuing to get a drop-down from the navbar. I’ve cleared my cache, cleared my throat, you name it.

    <?php wp_list_pages(‘title_li=&depth=1&sort_column=menu_order’); ?>

    Am I missing something or is this a 2.7 insect?

Viewing 1 replies (of 1 total)
  • tonyr2

    (@tonyr2)

    Don’t know if this will help, as I’m on ‘wpremix’ platform (wp v2.7), but was having the same problem this solved it:

    <?php
    wp_list_pages(‘sort_column=menu_order&title_li=&depth=1’); ?>

    Hope this helps…

Viewing 1 replies (of 1 total)
  • The topic ‘wp_list_pages and 2.7’ is closed to new replies.